Documentation
¶
Index ¶
- type Handlers
- func (h *Handlers) HandleGetNode(c backends.Context, recoveredID string, payloadType string, jsonString string)
- func (h *Handlers) HandleGetNodes(c backends.Context, recoveredID string, payloadType string, jsonString string)
- func (h *Handlers) HandleGetNodesByLocation(c backends.Context, recoveredID string, payloadType string, jsonString string)
- func (h *Handlers) RegisterHandlers(handlerRegistry *registry.HandlerRegistry) error
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handlers ¶
type Handlers struct {
// contains filtered or unexported fields
}
func NewHandlers ¶
func (*Handlers) HandleGetNode ¶
func (*Handlers) HandleGetNodes ¶
func (*Handlers) HandleGetNodesByLocation ¶
func (*Handlers) RegisterHandlers ¶
func (h *Handlers) RegisterHandlers(handlerRegistry *registry.HandlerRegistry) error
RegisterHandlers implements the HandlerRegistrar interface
Click to show internal directories.
Click to hide internal directories.