Documentation ¶ Index ¶ func New(globalConfig define.Config, taskConfig define.TaskConfig) define.Task type Event func (e *Event) AsMapStr() common.MapStr func (e *Event) GetType() string func (e *Event) IgnoreCMDBLevel() bool type Gather func (g *Gather) Run(ctx context.Context, e chan<- define.Event) type PackageInfo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(globalConfig define.Config, taskConfig define.TaskConfig) define.Task Types ¶ type Event ¶ type Event struct { // contains filtered or unexported fields } func (*Event) AsMapStr ¶ func (e *Event) AsMapStr() common.MapStr func (*Event) GetType ¶ func (e *Event) GetType() string func (*Event) IgnoreCMDBLevel ¶ func (e *Event) IgnoreCMDBLevel() bool type Gather ¶ type Gather struct { tasks.BaseTask // contains filtered or unexported fields } func (*Gather) Run ¶ func (g *Gather) Run(ctx context.Context, e chan<- define.Event) type PackageInfo ¶ type PackageInfo struct { Package string `json:"package"` Verify string `json:"verify"` } Source Files ¶ View all Source files event.go gather.go Click to show internal directories. Click to hide internal directories.