Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllRole = []Role{ RoleAdmin, RoleUser, }
Functions ¶
This section is empty.
Types ¶
type BooksFilter ¶
type BooksFilter struct {
Search *string `json:"search,omitempty"`
}
type LoginInput ¶
type LoginRequestInput ¶
type LoginRequestInput struct {
Email string `json:"email"`
}
type NewBookInput ¶
type NewBookInput struct {
Magnet string `json:"magnet"`
}
type ProgressInput ¶
Click to show internal directories.
Click to hide internal directories.