Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlackHole ¶ added in v0.14.1
type BlackHole struct { }
BlackHole is an outbound connection that sliently swallow the entire payload.
func NewBlackHole ¶ added in v0.14.1
func NewBlackHole() *BlackHole
type BlackHoleFactory ¶ added in v0.14.1
type BlackHoleFactory struct { }
func (BlackHoleFactory) Create ¶ added in v0.14.1
func (factory BlackHoleFactory) Create(config interface{}) (connhandler.OutboundConnectionHandler, error)
Click to show internal directories.
Click to hide internal directories.