Documentation
¶
Index ¶
- type AgentRestfulApiHandler
- func (h *AgentRestfulApiHandler) CreateAgent(r *restful.Request, w *restful.Response)
- func (h *AgentRestfulApiHandler) DescribeAgent(r *restful.Request, w *restful.Response)
- func (h *AgentRestfulApiHandler) Init() error
- func (h *AgentRestfulApiHandler) Name() string
- func (h *AgentRestfulApiHandler) QueryAgent(r *restful.Request, w *restful.Response)
- func (h *AgentRestfulApiHandler) UpdateAgent(r *restful.Request, w *restful.Response)
- type AgentSet
- type RegistryHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentRestfulApiHandler ¶
type AgentRestfulApiHandler struct {
ioc.ObjectImpl
// contains filtered or unexported fields
}
func (*AgentRestfulApiHandler) CreateAgent ¶
func (h *AgentRestfulApiHandler) CreateAgent(r *restful.Request, w *restful.Response)
func (*AgentRestfulApiHandler) DescribeAgent ¶
func (h *AgentRestfulApiHandler) DescribeAgent(r *restful.Request, w *restful.Response)
func (*AgentRestfulApiHandler) Init ¶
func (h *AgentRestfulApiHandler) Init() error
func (*AgentRestfulApiHandler) Name ¶
func (h *AgentRestfulApiHandler) Name() string
func (*AgentRestfulApiHandler) QueryAgent ¶
func (h *AgentRestfulApiHandler) QueryAgent(r *restful.Request, w *restful.Response)
func (*AgentRestfulApiHandler) UpdateAgent ¶
func (h *AgentRestfulApiHandler) UpdateAgent(r *restful.Request, w *restful.Response)
type RegistryHandler ¶
type RegistryHandler struct {
ioc.ObjectImpl
// contains filtered or unexported fields
}
func (*RegistryHandler) Init ¶
func (h *RegistryHandler) Init() error
func (*RegistryHandler) Meta ¶
func (h *RegistryHandler) Meta() ioc.ObjectMeta
func (*RegistryHandler) Name ¶
func (h *RegistryHandler) Name() string
Click to show internal directories.
Click to hide internal directories.