Add types.SettingsTypeFilter struct
This commit is contained in:
parent
03fa9ff9bc
commit
6d41a778b3
|
@ -197,3 +197,11 @@ type StatsTypeCurrencyChart struct {
|
||||||
CurrencyLabel string `json:"label" example:"$ (USD)"`
|
CurrencyLabel string `json:"label" example:"$ (USD)"`
|
||||||
Elements []StatsType `json:"elements"`
|
Elements []StatsType `json:"elements"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// {{{ Settings section
|
||||||
|
type SettingsTypeFilter struct {
|
||||||
|
TypeID uint `json:"type_id" example:"1"`
|
||||||
|
FilterThis bool `json:"filter_this" example:"true"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// }}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user