Skip to content

RegexMapBuilder🔗

Constructor🔗

func NewRegexMapBuilder() *RegexMapBuilder

Methods🔗

Build🔗

Builds the object.

func (builder *RegexMapBuilder) Build() (RegexMap, error)

Options🔗

Regular expression to match against and the result to apply when the value matches the regex

func (builder *RegexMapBuilder) Options(options cog.Builder[dashboard.DashboardRegexMapOptions]) *RegexMapBuilder

See also🔗