Documentation ¶
Index ¶
- type Pipeline
- func (p *Pipeline) Process(in []byte) ([]byte, error)
- func (p *Pipeline) WithDecode(decode string) (*Pipeline, error)
- func (p *Pipeline) WithJq(jq string) (*Pipeline, error)
- func (p *Pipeline) WithRegex(regex, dflt string) (*Pipeline, error)
- func (p *Pipeline) WithUnpack(unpack string) (*Pipeline, error)
- type Settings
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pipeline ¶
type Pipeline struct {
// contains filtered or unexported fields
}
func (*Pipeline) WithDecode ¶
WithDecode adds data decoding
Click to show internal directories.
Click to hide internal directories.