Documentation ¶ Index ¶ type Matcher func New() *Matcher func (m *Matcher) Comment(input string) bool func (m *Matcher) Definition(input string) bool func (m *Matcher) Enum(input string) bool func (m *Matcher) Package(input string) bool func (m *Matcher) Property(input string) bool func (m *Matcher) Union(input string) bool 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 } func New ¶ func New() *Matcher func (*Matcher) Comment ¶ func (m *Matcher) Comment(input string) bool func (*Matcher) Definition ¶ func (m *Matcher) Definition(input string) bool func (*Matcher) Enum ¶ func (m *Matcher) Enum(input string) bool func (*Matcher) Package ¶ func (m *Matcher) Package(input string) bool func (*Matcher) Property ¶ func (m *Matcher) Property(input string) bool func (*Matcher) Union ¶ func (m *Matcher) Union(input string) bool Source Files ¶ View all Source files comment.go definition.go enum.go matcher.go package.go property.go union.go util.go Click to show internal directories. Click to hide internal directories.