Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterError ¶
type FilterError interface { Error() string Type() FilterErrorType }
type FilterErrorType ¶
type FilterErrorType string
const ( InvalidFilter FilterErrorType = "InvalidFilter" NotMatch FilterErrorType = "NotMatch" )
Click to show internal directories.
Click to hide internal directories.