Documentation
¶
Index ¶
- func Exists(name string) (bool, error)
- type DryRun
- func (w *DryRun) Name() string
- func (sp *DryRun[T]) Process(cxt context.Context, inputs []*pipeline.Data[T]) (outputs []*pipeline.Data[struct{}], err error)
- func (w *DryRun) SetName(name string)
- func (sp *DryRun[T]) Write(cxt context.Context, data pipeline.Map[string, *pipeline.Data[T]], ...) (err error)
- type FileWriter
- func (sp *FileWriter[T]) Name() string
- func (sp *FileWriter[T]) Process(cxt context.Context, input *pipeline.Data[T], index int32, total int32) (outputs []*pipeline.Data[struct{}], extras []*pipeline.Data[T], err error)
- func (w *FileWriter) SetName(name string)
- func (sp *FileWriter[T]) Write(cxt context.Context, data pipeline.Map[string, *pipeline.Data[T]], ...) (err error)
- type OutputOptions
- type Patcher
- func (w *Patcher) Name() string
- func (sp *Patcher[T]) Process(cxt context.Context, inputs []*pipeline.Data[T]) (outputs []*pipeline.Data[struct{}], err error)
- func (w *Patcher) SetName(name string)
- func (sp *Patcher[T]) Write(cxt context.Context, data pipeline.Map[string, *pipeline.Data[T]], ...) (err error)
- type Reader
- type Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileWriter ¶
func (*FileWriter[T]) Name ¶
func (sp *FileWriter[T]) Name() string
type OutputOptions ¶
Click to show internal directories.
Click to hide internal directories.