Bulk commit
This commit is contained in:
9
types/mandant.go
Normal file
9
types/mandant.go
Normal file
@ -0,0 +1,9 @@
|
||||
package types
|
||||
|
||||
type Mandant struct {
|
||||
// ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Logo string `json:"logo"`
|
||||
Plan string `json:"plan"`
|
||||
Color string `json:"color"`
|
||||
}
|
||||
Reference in New Issue
Block a user