Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppClaims ¶
type AppClaims struct {
UserId string `json:"userId"`
jwt.StandardClaims
}
type WebsocketMessage ¶
type WebsocketMessage struct {
Type string `json:"type"`
Payload interface{} `json:"payload"`
}
Click to show internal directories.
Click to hide internal directories.