Documentation ¶
Index ¶
- type ConfigRestfulApiHandler
- func (h *ConfigRestfulApiHandler) AddConfig(r *restful.Request, w *restful.Response)
- func (h *ConfigRestfulApiHandler) DescribeConfig(r *restful.Request, w *restful.Response)
- func (h *ConfigRestfulApiHandler) Init() error
- func (h *ConfigRestfulApiHandler) Name() string
- func (h *ConfigRestfulApiHandler) QueryConfig(r *restful.Request, w *restful.Response)
- func (h *ConfigRestfulApiHandler) UpdateConfig(r *restful.Request, w *restful.Response)
- type ConfigSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigRestfulApiHandler ¶
type ConfigRestfulApiHandler struct { ioc.ObjectImpl // contains filtered or unexported fields }
func (*ConfigRestfulApiHandler) AddConfig ¶
func (h *ConfigRestfulApiHandler) AddConfig(r *restful.Request, w *restful.Response)
func (*ConfigRestfulApiHandler) DescribeConfig ¶
func (h *ConfigRestfulApiHandler) DescribeConfig(r *restful.Request, w *restful.Response)
func (*ConfigRestfulApiHandler) Init ¶
func (h *ConfigRestfulApiHandler) Init() error
func (*ConfigRestfulApiHandler) Name ¶
func (h *ConfigRestfulApiHandler) Name() string
func (*ConfigRestfulApiHandler) QueryConfig ¶
func (h *ConfigRestfulApiHandler) QueryConfig(r *restful.Request, w *restful.Response)
func (*ConfigRestfulApiHandler) UpdateConfig ¶
func (h *ConfigRestfulApiHandler) UpdateConfig(r *restful.Request, w *restful.Response)
type ConfigSet ¶
type ConfigSet struct { Total int64 `json:"total"` Items []*config.ConfigItem `json:"items"` }
Click to show internal directories.
Click to hide internal directories.