chore: add toggle bool to auth for items

This commit is contained in:
Jesús Pérex 2025-06-20 20:33:51 +01:00
parent 7d62f464bb
commit 4265fca61b

1
cv.go
View File

@ -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"`