Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CtrlConfigLoader ¶
type CtrlConfigLoader struct {
// contains filtered or unexported fields
}
func New ¶
func New(name, rawCtrlService, dstPath, dstPriorityConfigDir string) *CtrlConfigLoader
func (*CtrlConfigLoader) DebugHandler ¶
func (c *CtrlConfigLoader) DebugHandler() http.Handler
func (*CtrlConfigLoader) LoadFeatures ¶
func (c *CtrlConfigLoader) LoadFeatures(ctx context.Context) error
func (*CtrlConfigLoader) Run ¶
func (c *CtrlConfigLoader) Run(ctx context.Context)
type InspectCtrlConfigLoader ¶
type LoadFeatureResponse ¶
type LoadResponse ¶
type LoadResponse struct { Config string `json:"config"` Version string `json:"version"` PriorityConfigs []*PriorityConfigItem `json:"priorityConfigs"` }
type PriorityConfigItem ¶
Click to show internal directories.
Click to hide internal directories.