Documentation
¶
Overview ¶
Package api/registry provides functionality to handle request related to agent.
Index ¶
Constants ¶
View Source
const ( GET string = "GET" PUT string = "PUT" POST string = "POST" DELETE string = "DELETE" )
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.