generated from PenaSide/GolangTemplate
Update tariff.go
This commit is contained in:
parent
a117acb306
commit
9a1911f0cb
@ -11,7 +11,7 @@ type Tariff struct {
|
||||
Name string `json:"name"`
|
||||
Price int64 `json:"price,omitempty"`
|
||||
IsCustom bool `json:"isCustom"`
|
||||
Privileges []Privilege `json:"privilegies"`
|
||||
Privileges []Privilege `json:"privilegies"` //nolint
|
||||
Deleted bool `json:"isDeleted"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
UpdatedAt time.Time `json:"updatedAt"`
|
||||
|
Loading…
Reference in New Issue
Block a user