Documentation ¶
Index ¶
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
}
Handler handle message
func NewHandler ¶
func NewHandler(ctx events.APIGatewayWebsocketProxyRequestContext) *Handler
NewHandler return handler
type MessageInterface ¶
type MessageInterface struct { Dest string `json:"dest"` Type string `json:"type"` Message string `json:"message"` }
MessageInterface api parameter interface
Click to show internal directories.
Click to hide internal directories.