Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type URIParser ¶
type URIParser struct {
helper.ParserOperator
}
URIParser is an operator that parses a uri.
type URIParserConfig ¶
type URIParserConfig struct {
helper.ParserConfig `yaml:",inline"`
}
URIParserConfig is the configuration of a uri parser operator.
func NewURIParserConfig ¶
func NewURIParserConfig(operatorID string) *URIParserConfig
NewURIParserConfig creates a new uri parser config with default values.
func (URIParserConfig) Build ¶
func (c URIParserConfig) Build(context operator.BuildContext) ([]operator.Operator, error)
Build will build a uri parser operator.
Click to show internal directories.
Click to hide internal directories.