Documentation ¶
Index ¶
- type Handler
- func (h *Handler) DeleteMeta(req *restful.Request, resp *restful.Response) error
- func (h *Handler) Filter() func(string) string
- func (h *Handler) GetBulkMeta(req *restful.Request, resp *restful.Response) error
- func (h *Handler) GetMeta(req *restful.Request, resp *restful.Response) error
- func (h *Handler) GetRouter() nodes.Client
- func (h *Handler) LoadNodes(ctx context.Context, bulkRequest *rest.GetBulkMetaRequest) (nn []*tree.Node, pagination *rest.Pagination, er error)
- func (h *Handler) SetMeta(req *restful.Request, resp *restful.Response) error
- func (h *Handler) SwaggerTags() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) DeleteMeta ¶
func (*Handler) GetBulkMeta ¶
func (*Handler) LoadNodes ¶
func (h *Handler) LoadNodes(ctx context.Context, bulkRequest *rest.GetBulkMetaRequest) (nn []*tree.Node, pagination *rest.Pagination, er error)
func (*Handler) SwaggerTags ¶
SwaggerTags list the names of the service tags declared in the swagger json implemented by this service
Click to show internal directories.
Click to hide internal directories.