Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StructMatcher ¶
func NewAlwaysTrueStructMatcher ¶
func NewAlwaysTrueStructMatcher() StructMatcher
func NewStructMatcherDecorator ¶
func NewStructMatcherDecorator(first, second StructMatcher) StructMatcher
type StructMatcherBuilder ¶
type StructMatcherBuilder interface {
AddRegexpMatches(matches ...string) StructMatcherBuilder
AddRegexpExcludes(excludes ...string) StructMatcherBuilder
Build() StructMatcher
}
func NewBuilder ¶
func NewBuilder() StructMatcherBuilder
Click to show internal directories.
Click to hide internal directories.