Documentation ¶
Index ¶
- type FilterModule
- func (this FilterModule) Add(bucket FilterKey, key []byte) error
- func (this FilterModule) CheckThenAdd(bucket FilterKey, key []byte) (b bool, err error)
- func (this FilterModule) Delete(bucket FilterKey, key []byte) error
- func (this FilterModule) Exists(bucket FilterKey, key []byte) bool
- func (this FilterModule) Name() string
- func (this FilterModule) Start(cfg *Config)
- func (this FilterModule) Stop() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterModule ¶
type FilterModule struct { }
func (FilterModule) Add ¶
func (this FilterModule) Add(bucket FilterKey, key []byte) error
func (FilterModule) CheckThenAdd ¶
func (this FilterModule) CheckThenAdd(bucket FilterKey, key []byte) (b bool, err error)
func (FilterModule) Delete ¶
func (this FilterModule) Delete(bucket FilterKey, key []byte) error
func (FilterModule) Exists ¶
func (this FilterModule) Exists(bucket FilterKey, key []byte) bool
func (FilterModule) Name ¶
func (this FilterModule) Name() string
func (FilterModule) Start ¶
func (this FilterModule) Start(cfg *Config)
func (FilterModule) Stop ¶
func (this FilterModule) Stop() error
Click to show internal directories.
Click to hide internal directories.