Documentation
¶
Index ¶
- Variables
- func NetStart(addrs []string)
- func OnAccept(handler AcceptFunc)
- func OnClose(handler CloseFunc)
- func OnExit(handler ExitFunc)
- func OnInit(handler InitFunc)
- func OnPreJail(handler PreJailFunc)
- func Prepare()
- func WebStart(addrs []string)
- type AcceptFunc
- type CloseFunc
- type Config
- type ExitFunc
- type InitFunc
- type PreJailFunc
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MasterService string MasterLogPath string MasterOwner string MasterArgs string AppRootDir string AppUseLimit int = 0 AppIdleLimit int = 0 AppQuickAbort bool = false AppWaitLimit int = 10 AppAccessAllow string = "all" )
from configure file of the app
View Source
var ( MasterConfigure string MasterServiceName string MasterServiceType string MasterVerbose bool MasterUnprivileged bool // MasterChroot bool MasterSocketCount int = 1 Alone bool )
from command args
Functions ¶
func OnAccept ¶
func OnAccept(handler AcceptFunc)
func OnPreJail ¶
func OnPreJail(handler PreJailFunc)
Types ¶
type AcceptFunc ¶
type Config ¶
func (*Config) InitConfig ¶
type PreJailFunc ¶
type PreJailFunc func()
Click to show internal directories.
Click to hide internal directories.