Documentation
¶
Index ¶
- type FilterModule
- func (module FilterModule) Add(bucket Key, key []byte) error
- func (module FilterModule) CheckThenAdd(bucket Key, key []byte) (b bool, err error)
- func (module FilterModule) Delete(bucket Key, key []byte) error
- func (module FilterModule) Exists(bucket Key, key []byte) bool
- func (module FilterModule) Name() string
- func (module FilterModule) Start(cfg *Config)
- func (module 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 (module FilterModule) Add(bucket Key, key []byte) error
func (FilterModule) CheckThenAdd ¶
func (module FilterModule) CheckThenAdd(bucket Key, key []byte) (b bool, err error)
func (FilterModule) Delete ¶
func (module FilterModule) Delete(bucket Key, key []byte) error
func (FilterModule) Exists ¶
func (module FilterModule) Exists(bucket Key, key []byte) bool
func (FilterModule) Name ¶
func (module FilterModule) Name() string
func (FilterModule) Start ¶
func (module FilterModule) Start(cfg *Config)
func (FilterModule) Stop ¶
func (module FilterModule) Stop() error
Click to show internal directories.
Click to hide internal directories.