Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAvatarHandler ¶
func NewAvatarHandler() http.HandlerFunc
func NewFaviconHandler ¶
func NewFaviconHandler() http.HandlerFunc
func NewLoginPageHandler ¶
func NewLoginPageHandler() http.HandlerFunc
Types ¶
type UserSession ¶
type UserSession struct {
Username string
Password string
Expiration time.Time
State State
Cookie string
}
func NewUserSession ¶
func (*UserSession) SetNewState ¶
func (us *UserSession) SetNewState(NewState State) (valid bool)
Click to show internal directories.
Click to hide internal directories.