Versions in this module Expand all Collapse all v1 v1.1.2 May 28, 2019 Changes in this version + type DebugUserOptions struct + Password string + Status DebugUserStatus + Username string + func (opts *DebugUserOptions) Prepares(mode Mode) error + type DebugUserStatus string + const DebugUserDisabled + const DebugUserRW + const DebugUserReadOnly + const DebugUserUnset + type Mode string + const ModeBeta + const ModeDebug + const ModeProduction + type ServerOptions struct + DBHost string + DebugLog *log.Logger + DebugUser DebugUserOptions + ErrorLog *log.Logger + Host string + Mode Mode + PasswordHasher passhash.PasswordHasher + SessionKeyGenerator sesskeygen.SessionKeyGenerator + Transport []transport.Server + func (opts *ServerOptions) Prepare() error