Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Features ¶
type Features struct { // Allow saving new configuration revision AllowSave bool `yaml:"allow_save" json:"allow_save"` // Allow saving new configuration revision for new devices AllowNew bool `yaml:"allow_new" json:"allow_new"` // Allow restoring user saved revisions AllowRestoreUser bool `yaml:"allow_restore_user" json:"allow_restore_user"` // Maximum revision count to keep MaxBackups int `yaml:"max_backups" validate:"gt=0" default:"100" json:"max_backups"` // This server handles only portal requests IsPortal bool `yaml:"is_portal" json:"is_portal,omitempty"` }
Click to show internal directories.
Click to hide internal directories.