Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ContactService = &contactService{}
View Source
var EventService = &_Event{}
View Source
var MessageService = &messageService{}
View Source
var (
UserService = &userService{}
)
Functions ¶
Types ¶
type LocalClaims ¶
type LocalClaims struct { Id uint64 `json:"id"` Username string `json:"username"` jwt.StandardClaims }
Click to show internal directories.
Click to hide internal directories.