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 ClientErrorReport ¶ added in v0.4.21
type ClientErrorReports ¶ added in v0.4.21
type ClientErrorReports struct {
Reports []*ClientErrorReport `json:"reports"`
}
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) ReportErrors ¶ added in v0.4.21
func (h *SettingsSvc) ReportErrors(c *gin.Context)
func (*SettingsSvc) SetClientCfg ¶ added in v0.4.11
func (h *SettingsSvc) SetClientCfg(c *gin.Context)
func (*SettingsSvc) WorkerQueueLen ¶ added in v0.6.1
func (h *SettingsSvc) WorkerQueueLen(c *gin.Context)
type WorkerQueueLenResp ¶ added in v0.6.1
type WorkerQueueLenResp struct {
QueueLen int `json:"queueLen"`
}
Click to show internal directories.
Click to hide internal directories.