Documentation ¶
Overview ¶
Package config provides all the config management
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnknownUser = errors.New("unknown user")
ErrUnknownUser is returned when the provided user cannot be identified through our authentication mechanism
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config provides the general server config
func FromContent ¶ added in v0.12.0
FromContent creates a new config instance from a pre-created Content and logger. The fileName should indicate origin of the given Content, but the file will never be opened.
func (*Config) CheckAccesses ¶
CheckAccesses checks all accesses
func (*Config) HashPlaintextPasswords ¶ added in v0.13.0
Click to show internal directories.
Click to hide internal directories.