Documentation ¶
Index ¶
- func NewDNSBL(_, instName string, _, inlineArgs []string) (module.Module, error)
- type DNSBL
- func (bl *DNSBL) CheckConnection(ctx context.Context, state *module.ConnState) error
- func (bl *DNSBL) CheckStateForMsg(ctx context.Context, msgMeta *module.MsgMetadata) (module.CheckState, error)
- func (bl *DNSBL) Init(cfg *config.Map) error
- func (bl *DNSBL) InstanceName() string
- func (bl *DNSBL) Name() string
- type List
- type ListedErr
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DNSBL ¶
type DNSBL struct {
// contains filtered or unexported fields
}
func (*DNSBL) CheckConnection ¶
CheckConnection implements module.EarlyCheck.
func (*DNSBL) CheckStateForMsg ¶
func (bl *DNSBL) CheckStateForMsg(ctx context.Context, msgMeta *module.MsgMetadata) (module.CheckState, error)
func (*DNSBL) InstanceName ¶
Click to show internal directories.
Click to hide internal directories.