Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthBackend ¶
type AuthBackend struct {
// contains filtered or unexported fields
}
func Add ¶
func Add(h *model.Handlers) *AuthBackend
func (AuthBackend) GetLoginUser ¶
func (a AuthBackend) GetLoginUser(http_request any) (user *model.User, err string)
func (AuthBackend) UserAuthNumber ¶
func (a AuthBackend) UserAuthNumber() (number string, err string)
Click to show internal directories.
Click to hide internal directories.