Documentation ¶
Index ¶
Constants ¶
View Source
const HandleDataMessageService = ServiceProvider + ".HandleDataMessage"
View Source
const ServiceProvider = "SigfoxBackendCallbackServer"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandleDataMessageRequest ¶
type HandleDataMessageRequest struct { Claims claims.Claims Message sigfoxBackendDataMessage.Message }
type HandleDataMessageResponse ¶
type HandleDataMessageResponse struct { }
type Server ¶
type Server interface {
HandleDataMessage(*HandleDataMessageRequest) (*HandleDataMessageResponse, error)
}
Click to show internal directories.
Click to hide internal directories.