Documentation ¶ Index ¶ Constants type Error func (e Error) Error() string type InputFiles type Processor type Welder func New(logger zerolog.Logger, config cfg.Config, targets []cfg.Process) *Welder func (w *Welder) Close() func (w *Welder) Run(simulate bool) error Constants ¶ View Source const ErrWeld = Error("welding error") Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Error ¶ type Error string func (Error) Error ¶ func (e Error) Error() string type InputFiles ¶ type InputFiles struct { Config cfg.FileInput Loaded input.FileGroup } type Processor ¶ type Processor struct { // contains filtered or unexported fields } type Welder ¶ type Welder struct { // contains filtered or unexported fields } func New ¶ func New(logger zerolog.Logger, config cfg.Config, targets []cfg.Process) *Welder New creates a new welder. func (*Welder) Close ¶ func (w *Welder) Close() func (*Welder) Run ¶ func (w *Welder) Run(simulate bool) error Source Files ¶ View all Source files weld.go Click to show internal directories. Click to hide internal directories.