Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Daemon ¶
type Daemon struct {
// contains filtered or unexported fields
}
Daemon is an interface to provide simple methods for long-running processes.
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
Option configures a Daemon.
func WithArguments ¶
WithArguments sets command line arguments for a daemon.
func WithEnvironments ¶
WithEnvironments sets environment variables for a daemon.
func WithOutputChannel ¶
WithOutputChannel sets a channel to receive stdout and stderr.
Click to show internal directories.
Click to hide internal directories.