Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthContext ¶ added in v1.3.7
type AuthContext struct { User UserInfo Server ServerInfo }
func (AuthContext) IsAuthenticated ¶ added in v1.3.7
func (a AuthContext) IsAuthenticated() bool
type ServerInfo ¶ added in v1.3.5
type ServerInfo struct {
ServerName string
}
Click to show internal directories.
Click to hide internal directories.