Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientCfgMsg ¶ added in v0.4.11
type ClientCfgMsg struct {
ClientCfg *sitestore.ClientConfig `json:"clientCfg"`
}
type SettingsSvc ¶
type SettingsSvc struct {
// contains filtered or unexported fields
}
func NewSettingsSvc ¶
func (*SettingsSvc) GetClientCfg ¶ added in v0.4.11
func (h *SettingsSvc) GetClientCfg(c *gin.Context)
func (*SettingsSvc) Health ¶
func (h *SettingsSvc) Health(c *gin.Context)
func (*SettingsSvc) SetClientCfg ¶ added in v0.4.11
func (h *SettingsSvc) SetClientCfg(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.