tags

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Matcher

type Matcher struct {
	// contains filtered or unexported fields
}

Matcher matches tags.

func (*Matcher) Match

func (m *Matcher) Match(tags map[string]string) bool

Match returns true if the tag referenced by the matcher's name is present and matches its regular expression.

func (Matcher) String added in v0.5.9

func (m Matcher) String() string

type Matchers

type Matchers []*Matcher

Matchers is a list of Matchers.

func MustParse added in v0.5.0

func MustParse(query string) Matchers

MustParse panics if a parse error happens.

func ParseTagMatcher

func ParseTagMatcher(query string) (Matchers, error)

ParseTagMatcher parses a tag query and returns the matcher list.

func (Matchers) Match

func (m Matchers) Match(tags map[string]string) bool

Match returns true if all matchers match for this set of tags.

func (Matchers) String added in v0.5.9

func (m Matchers) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL