Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobServer ¶
type JobServer struct {
*bootstrap.FuncSetter
Opts Options
Jobs map[string]Job
// contains filtered or unexported fields
}
func NewJobServer ¶
func NewJobServer(options ...OptionFunc) *JobServer
type OptionFunc ¶
type OptionFunc func(*Options)
func OptSetCmdParser ¶
func OptSetCmdParser(parser CmdParser) OptionFunc
type Options ¶
type Options struct {
// contains filtered or unexported fields
}
func DefaultOptions ¶
func DefaultOptions() Options
Click to show internal directories.
Click to hide internal directories.