Documentation
¶
Index ¶
- Constants
- func ChangePasswordHandler(peopleStore people.Store) http.Handler
- func Favicon16x16Handler() http.Handler
- func Favicon32x32Handler() http.Handler
- func FaviconHandler() http.Handler
- func HealthHandler(peopleStore people.Store) http.Handler
- func IndexHandler(basePath string, serverSettings *settings.Server, scope, version string) http.Handler
- func InfoHandler(version, runtimeVersion string) http.Handler
- func JwtScriptHandler() http.Handler
- func LoadLoginTemplate(filename string) error
- func LoadLogoutTemplate(filename string) error
- func LoginHandler(basePath string, peopleStore people.Store, clientStore clients.Store, ...) http.Handler
- func LogoutHandler(basePath string, serverSettings *settings.Server, sessionStore sessions.Store, ...) http.Handler
- func LookupPersonHandler(peopleStore people.Store, customVersions map[string]map[string]string) http.Handler
- func MainScriptHandler() http.Handler
- func PutPersonHandler(peopleStore people.Store) http.Handler
- func StyleHandler() http.Handler
- type PasswordChange
Constants ¶
View Source
const ErrorAccessDenied = "access_denied"
Variables ¶
This section is empty.
Functions ¶
func ChangePasswordHandler ¶ added in v0.5.0
func Favicon16x16Handler ¶ added in v0.3.0
func Favicon32x32Handler ¶ added in v0.3.0
func FaviconHandler ¶
func IndexHandler ¶
func InfoHandler ¶ added in v0.5.1
func JwtScriptHandler ¶ added in v0.4.1
func LoadLoginTemplate ¶ added in v0.3.1
func LoadLogoutTemplate ¶ added in v0.6.1
func LoginHandler ¶
func LogoutHandler ¶
func LookupPersonHandler ¶ added in v0.5.0
func MainScriptHandler ¶ added in v0.4.1
func PutPersonHandler ¶ added in v0.5.0
func StyleHandler ¶
Types ¶
type PasswordChange ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.