chore: add toggle bool to auth for items
This commit is contained in:
parent
7d62f464bb
commit
4265fca61b
1
cv.go
1
cv.go
@ -63,6 +63,7 @@ type AuthInfoType struct {
|
|||||||
Editable bool `yaml:"editable" json:"editable"`
|
Editable bool `yaml:"editable" json:"editable"`
|
||||||
Viewchange bool `yaml:"viewchange" json:"viewchange"`
|
Viewchange bool `yaml:"viewchange" json:"viewchange"`
|
||||||
Show bool `yaml:"show" json:"show"`
|
Show bool `yaml:"show" json:"show"`
|
||||||
|
Toggle bool `yaml:"toggle" json:"toggle"`
|
||||||
}
|
}
|
||||||
type ShowInfoType struct {
|
type ShowInfoType struct {
|
||||||
Id string `yaml:"id" json:"id"`
|
Id string `yaml:"id" json:"id"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user