Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllFilterNames filterNames
AllFilterNames holds list of filter names. All the filter names in echo of the filter packages should be appended to AllFilterNames during respective init()
Functions ¶
func NewFilterManager ¶
func NewFilterManager() *filterManager
Types ¶
type FilterName ¶
type FilterName string
FilterName holds filter's name
func ToFilterName ¶
func ToFilterName(s fmt.Stringer) FilterName
ToFilterName converts stringer to FilterName type
func (FilterName) String ¶
func (e FilterName) String() string
String converts FilterName to string, making FilterName type implement fmt.Stringer
Click to show internal directories.
Click to hide internal directories.