Documentation ¶
Overview ¶
Package api/search/group provides functionality to handle request related to node.
Index ¶
Constants ¶
View Source
const (
GET string = "GET"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestHandler ¶
type RequestHandler struct{}
func (RequestHandler) Handle ¶
func (RequestHandler) Handle(w http.ResponseWriter, req *http.Request)
Handle calls a proper function according to the url and method received from remote device.
Click to show internal directories.
Click to hide internal directories.