Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Daemon ¶
func Daemon(confFile string, confStrings []string, errChan chan error, wg *sync.WaitGroup, execArgs []string, signals ...os.Signal)
Daemon is launched as a GoRoutine that launches ProxyFS. During startup, the parent should read errChan to await Daemon getting to the point where it is ready to handle the specified signal set. Any errors encountered before or after this point will be sent to errChan (and be non-nil of course).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.