Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterChain ¶
type FilterChain struct {
// contains filtered or unexported fields
}
func NewFilterChain ¶
func NewFilterChain() *FilterChain
func (*FilterChain) AddExcludeFilters ¶
func (c *FilterChain) AddExcludeFilters(f Filter)
func (*FilterChain) AddIncludeFilter ¶
func (c *FilterChain) AddIncludeFilter(f Filter)
type MethodExcludeFilter ¶
type MethodExcludeFilter struct {
// contains filtered or unexported fields
}
func NewMethodExcludeFilter ¶
func NewMethodExcludeFilter(execlude string) *MethodExcludeFilter
type MethodMatchIncludeFilter ¶ added in v0.0.2
type MethodMatchIncludeFilter struct {
// contains filtered or unexported fields
}
func NewMethodMatchIncludeFilter ¶ added in v0.0.2
func NewMethodMatchIncludeFilter(expr string) *MethodMatchIncludeFilter
Click to show internal directories.
Click to hide internal directories.