Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Term os.Signal = syscall.SIGTERM Hup os.Signal = syscall.SIGHUP SignalHandlers = map[os.Signal]func(*server.Server){ Term: exit, os.Interrupt: exit, } )
View Source
var ( StartupInfo = func() { log.Println(faktory.Licensing) } )
Functions ¶
func HandleSignals ¶
Types ¶
type CmdOptions ¶
type CmdOptions struct { Binding string Environment string ConfigDirectory string LogLevel string StorageDirectory string DisableTls bool Password string }
func ParseArguments ¶
func ParseArguments() CmdOptions
Click to show internal directories.
Click to hide internal directories.