Skip to content

MatcherConfigBuilder🔗

Constructor🔗

func NewMatcherConfigBuilder() *MatcherConfigBuilder

Methods🔗

Build🔗

Builds the object.

func (builder *MatcherConfigBuilder) Build() (MatcherConfig, error)

Id🔗

The matcher id. This is used to find the matcher implementation from registry.

func (builder *MatcherConfigBuilder) Id(id string) *MatcherConfigBuilder

Options🔗

The matcher options. This is specific to the matcher implementation.

func (builder *MatcherConfigBuilder) Options(options any) *MatcherConfigBuilder

See also🔗