Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterConfig ¶
type FilterConfig struct {
KV *KVFilterConfig
}
type FilterModule ¶
type FilterModule struct { }
func (FilterModule) Name ¶
func (module FilterModule) Name() string
func (FilterModule) Setup ¶
func (module FilterModule) Setup(cfg *Config)
func (FilterModule) Start ¶
func (module FilterModule) Start() error
func (FilterModule) Stop ¶
func (module FilterModule) Stop() error
type KVFilterConfig ¶
type KVFilterConfig struct{}
Click to show internal directories.
Click to hide internal directories.