Documentation
¶
Overview ¶
Package noneimpl provides the noop auditor component
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullAuditor ¶
type NullAuditor struct {
// contains filtered or unexported fields
}
NullAuditor is an auditor that does nothing but empties the channel it receives messages from
func (*NullAuditor) Channel ¶
func (a *NullAuditor) Channel() chan *message.Payload
Channel returns the channel messages should be sent on
func (*NullAuditor) GetOffset ¶
func (a *NullAuditor) GetOffset(_ string) string
GetOffset returns an empty string
func (*NullAuditor) GetTailingMode ¶
func (a *NullAuditor) GetTailingMode(_ string) string
GetTailingMode returns an empty string
Click to show internal directories.
Click to hide internal directories.