Documentation ¶ Index ¶ func Info() struct{ ... } func RunProcesses(ctx context.Context, processes ...process.Process) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Info ¶ func Info() struct { PidFile string LogFile string } func RunProcesses ¶ added in v0.4.3 func RunProcesses(ctx context.Context, processes ...process.Process) error Run runs the daemon with background processes. NOTE: this must be called from the program entrypoint with minimal intermediary logic due to the creation of the daemon. Types ¶ This section is empty. Source Files ¶ View all Source files cmd.go daemon.go Click to show internal directories. Click to hide internal directories.