Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter[T any] struct { // contains filtered or unexported fields }
func NewExcludeFilter ¶
func NewExcludeFilter[T any](spec *spec.Specification, paths []string) *Filter[T]
func NewIncludeFilter ¶
func NewIncludeFilter[T any](spec *spec.Specification, paths []string) *Filter[T]
Click to show internal directories.
Click to hide internal directories.