Documentation
¶
Index ¶
- type Album
- type AlbumHasPhoto
- type AlbumPhoto
- type Authentication
- func (a *Authentication) Captcha(ctx http.Context) http.Response
- func (a *Authentication) ChangePassword(ctx http.Context) http.Response
- func (a *Authentication) Login(ctx http.Context) http.Response
- func (a *Authentication) Register(ctx http.Context) http.Response
- func (a *Authentication) Userinfo(ctx http.Context) http.Response
- func (a *Authentication) VerifyCaptcha(ctx http.Context) http.Response
- type Photo
- type UserController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Album ¶
type Album struct {
*base.Controller[models.Album, uint64]
// contains filtered or unexported fields
}
type AlbumHasPhoto ¶
type AlbumHasPhoto struct {
*base.Controller[models.AlbumHasPhoto, uint64]
}
func NewAlbumHasPhoto ¶
func NewAlbumHasPhoto() *AlbumHasPhoto
type AlbumPhoto ¶
type AlbumPhoto struct {
*base.Controller[models.Photo, uint64]
}
func NewAlbumPhoto ¶
func NewAlbumPhoto() *AlbumPhoto
type Authentication ¶
type Authentication struct {
// contains filtered or unexported fields
}
func NewAuthentication ¶
func NewAuthentication() *Authentication
func (*Authentication) ChangePassword ¶
func (a *Authentication) ChangePassword(ctx http.Context) http.Response
func (*Authentication) VerifyCaptcha ¶
func (a *Authentication) VerifyCaptcha(ctx http.Context) http.Response
type UserController ¶
type UserController struct {
}
func NewUserController ¶
func NewUserController() *UserController
Source Files
¶
Click to show internal directories.
Click to hide internal directories.