Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoginAuthHandler ¶
func LogoutAuthHandler ¶
func RefreshTokenHandler ¶
func SyncUserSettings ¶
Types ¶
type AccountService ¶
type AccountService struct { Username string `json:"username"` HomeDir string `json:"home_dir"` User string `json:"user"` Group string `json:"group"` UserId int `json:"user_id"` GroupId int `json:"group_id"` }
func NewAccountService ¶
func NewAccountService(username string) *AccountService
func (*AccountService) GetUserHomeDir ¶
func (a *AccountService) GetUserHomeDir() string
func (*AccountService) GetWebsiteConfig ¶
func (a *AccountService) GetWebsiteConfig() base.ZapMap
Click to show internal directories.
Click to hide internal directories.