Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExprTagger ¶
type ExprTagger struct { Taggable // contains filtered or unexported fields }
func NewExprTagger ¶
func NewExprTagger(tagExprs []string) (*ExprTagger, error)
func (*ExprTagger) Tags ¶
func (et *ExprTagger) Tags(filePath string) []string
type PlainTagger ¶
type PlainTagger struct { Taggable // contains filtered or unexported fields }
func NewPlainTagger ¶
func NewPlainTagger(tags []string) (*PlainTagger, error)
func (*PlainTagger) Tags ¶
func (pt *PlainTagger) Tags(filePath string) []string
type RegexpTagger ¶
type RegexpTagger struct { Taggable // contains filtered or unexported fields }
func NewRegexpTagger ¶
func NewRegexpTagger(tagRegexps []string) (*RegexpTagger, error)
func (*RegexpTagger) Tags ¶
func (rt *RegexpTagger) Tags(filePath string) []string
Click to show internal directories.
Click to hide internal directories.