Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collect ¶
func NewCollect ¶
func NewCollect() *Collect
type Command ¶
type Command struct {
Context context.Context
Name string
Arguments *args.Arguments
Directory string
Environment *Environment
Async bool
Pwe bool
Echo bool
Stdin io.Reader
Charset string
Logics []*core.Logic
Collectors map[string]core.Collector
Notifiers []core.Notifier
Counters []core.Counter
}
func NewCommand ¶
type Environment ¶
func NewEnvironment ¶
func NewEnvironment() *Environment
Click to show internal directories.
Click to hide internal directories.