Documentation
¶
Index ¶
- type Handler
- func (h *Handler) GetDeviceCapability(w http.ResponseWriter, req *http.Request)
- func (h *Handler) GetEndDevice(w http.ResponseWriter, req *http.Request)
- func (h *Handler) GetEndDevices(w http.ResponseWriter, req *http.Request)
- func (h *Handler) GetRegistration(w http.ResponseWriter, req *http.Request)
- func (h *Handler) GetTime(w http.ResponseWriter, req *http.Request)
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 NewHandler ¶
func NewHandler(repo *memory.Repository) *Handler
func (*Handler) GetDeviceCapability ¶
func (h *Handler) GetDeviceCapability(w http.ResponseWriter, req *http.Request)
func (*Handler) GetEndDevice ¶
func (h *Handler) GetEndDevice(w http.ResponseWriter, req *http.Request)
func (*Handler) GetEndDevices ¶
func (h *Handler) GetEndDevices(w http.ResponseWriter, req *http.Request)
func (*Handler) GetRegistration ¶
func (h *Handler) GetRegistration(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.