Documentation ¶ Index ¶ type Applier type Factory func (f *Factory) Name() string func (f *Factory) New(config *modagent.Config) (modagent.Module, error) func (f *Factory) UsesInternalServer() bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Applier ¶ type Applier interface { Run(ctx context.Context, invInfo inventory.Info, objects object.UnstructuredSet, options apply.ApplierOptions) <-chan event.Event } type Factory ¶ type Factory struct { } func (*Factory) Name ¶ func (f *Factory) Name() string func (*Factory) New ¶ func (f *Factory) New(config *modagent.Config) (modagent.Module, error) func (*Factory) UsesInternalServer ¶ func (f *Factory) UsesInternalServer() bool Source Files ¶ View all Source files doc.gofactory.gomodule.goretry_pipeline.gosync_decoder.goworker.goworker_1_watch.goworker_2_decode.goworker_3_apply.goworker_factory.go Click to show internal directories. Click to hide internal directories.