Documentation
¶
Index ¶
Constants ¶
View Source
const (
ExitCodeStartupError = 64
)
Variables ¶
View Source
var ( DefaultLogTimestamp = true DefaultLogLevel = "info" DefaultSystemdNotify = false DefaultLDAPListenAddr = "127.0.0.1:10389" DefaultLDAPBaseDN = "" DefaultLDAPAllowLocalAnonymousBind = false DefaultLDIFMain = "" DefaultLDIFConfig = "" DefaultLDIFCompany = "Default" DefaultLDIFMailDomain = "" DefaultWithPprof = false DefaultPprofListenAddr = "127.0.0.1:6060" DefaultWithMetrics = false DefaultMetricsListenAddr = "127.0.0.1:6389" DefaultEnvBase = "IDMD_" )
Functions ¶
func CommandServe ¶
func StartupError ¶
func WrapErrorWithExitCode ¶
Types ¶
type ErrorWithExitCode ¶
func (*ErrorWithExitCode) Error ¶
func (e *ErrorWithExitCode) Error() string
func (*ErrorWithExitCode) Unwrap ¶
func (e *ErrorWithExitCode) Unwrap() error
Click to show internal directories.
Click to hide internal directories.