Versions in this module Expand all Collapse all v0 v0.0.10 Apr 10, 2026 v0.0.9 Mar 17, 2026 Changes in this version + type AgentRestfulApiHandler struct + 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 struct + Items []*agent.Agent + Total int64 + type RegistryHandler struct + func (h *RegistryHandler) Init() error + func (h *RegistryHandler) Meta() ioc.ObjectMeta + func (h *RegistryHandler) Name() string + func (h *RegistryHandler) Registry(r *restful.Request, w *restful.Response)