Documentation
¶
Index ¶
- type EndpointRestfulApiHandler
- func (h *EndpointRestfulApiHandler) DescribeEndpoint(r *restful.Request, w *restful.Response)
- func (h *EndpointRestfulApiHandler) Init() error
- func (h *EndpointRestfulApiHandler) Name() string
- func (h *EndpointRestfulApiHandler) QueryEndpoint(r *restful.Request, w *restful.Response)
- func (h *EndpointRestfulApiHandler) RegistryEndpoint(r *restful.Request, w *restful.Response)
- type EndpointSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointRestfulApiHandler ¶
type EndpointRestfulApiHandler struct { ioc.ObjectImpl // contains filtered or unexported fields }
func (*EndpointRestfulApiHandler) DescribeEndpoint ¶
func (h *EndpointRestfulApiHandler) DescribeEndpoint(r *restful.Request, w *restful.Response)
func (*EndpointRestfulApiHandler) Init ¶
func (h *EndpointRestfulApiHandler) Init() error
func (*EndpointRestfulApiHandler) Name ¶
func (h *EndpointRestfulApiHandler) Name() string
func (*EndpointRestfulApiHandler) QueryEndpoint ¶
func (h *EndpointRestfulApiHandler) QueryEndpoint(r *restful.Request, w *restful.Response)
func (*EndpointRestfulApiHandler) RegistryEndpoint ¶
func (h *EndpointRestfulApiHandler) RegistryEndpoint(r *restful.Request, w *restful.Response)
type EndpointSet ¶
Click to show internal directories.
Click to hide internal directories.