generated from PenaSide/GolangTemplate
Merge branch 'dev' into 'staging'
Dev See merge request pena-services/customer!12
This commit is contained in:
commit
c7ad0d8795
@ -11,7 +11,7 @@ type Tariff struct {
|
|||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Price int64 `json:"price,omitempty"`
|
Price int64 `json:"price,omitempty"`
|
||||||
IsCustom bool `json:"isCustom"`
|
IsCustom bool `json:"isCustom"`
|
||||||
Privileges []Privilege `json:"privileges"`
|
Privileges []Privilege `json:"privilegies"` //nolint
|
||||||
Deleted bool `json:"isDeleted"`
|
Deleted bool `json:"isDeleted"`
|
||||||
CreatedAt time.Time `json:"createdAt"`
|
CreatedAt time.Time `json:"createdAt"`
|
||||||
UpdatedAt time.Time `json:"updatedAt"`
|
UpdatedAt time.Time `json:"updatedAt"`
|
||||||
|
Loading…
Reference in New Issue
Block a user