Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidToken = errors.New("invalid token")
Functions ¶
This section is empty.
Types ¶
type IncomingMessage ¶
type IncomingMessage struct {
Type string `json:"type"`
Value json.RawMessage `json:"value"`
}
Click to show internal directories.
Click to hide internal directories.