Documentation
¶
Index ¶
- type AppConfig
- func (e *AppConfig) CreateOrUpdate(ctx *gin.Context, group string, data map[string]dto.AppConfigControlItem) error
- func (e *AppConfig) Group(ctx *gin.Context, group string) (map[string]*dto.AppConfigControlItem, error)
- func (e *AppConfig) Profile(ctx *gin.Context, auth bool) (map[string]gin.H, error)
- type Monitor
- type Statistics
- type Storage
- type UserConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct{}
func (*AppConfig) CreateOrUpdate ¶
type Statistics ¶
type Statistics struct{}
func (*Statistics) Get ¶
func (*Statistics) Get(ctx *gin.Context, name string) (*dto.StatisticsGetResponse, error)
type UserConfig ¶
type UserConfig struct{}
func (*UserConfig) CreateOrUpdate ¶
Click to show internal directories.
Click to hide internal directories.