Documentation ¶
Index ¶
- type Pipeline
- func (p *Pipeline) Bool(name string, d bool) bool
- func (p *Pipeline) Driver() string
- func (p *Pipeline) Get(key string) any
- func (p *Pipeline) Has(name string) bool
- func (p *Pipeline) Int(name string, d int) int
- func (p *Pipeline) Map(name string, out map[string]string) error
- func (p *Pipeline) Name() string
- func (p *Pipeline) Priority() int64
- func (p *Pipeline) String(name string, d string) string
- func (p *Pipeline) With(name string, value any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pipeline ¶
Pipeline defines pipeline options.
func (*Pipeline) Map ¶
Map must return nested map value or empty config. Here might be sqs attributes or tags for example
Click to show internal directories.
Click to hide internal directories.