diff --git a/cv.go b/cv.go index 8c83438..7f37d87 100644 --- a/cv.go +++ b/cv.go @@ -63,6 +63,7 @@ type AuthInfoType struct { Editable bool `yaml:"editable" json:"editable"` Viewchange bool `yaml:"viewchange" json:"viewchange"` Show bool `yaml:"show" json:"show"` + Toggle bool `yaml:"toggle" json:"toggle"` } type ShowInfoType struct { Id string `yaml:"id" json:"id"`