Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsumerPlugin ¶
type ConsumerPlugin interface {
InitPlugin(manager PluginManager)
}
type PluginManager ¶
type PluginManager interface { RegisterTCPPlugin(plugin TCPConsumerPlugin) RegisterTLSPlugin(plugin TLSConsumerPlugin) RegisterHttpHandler(pattern string, handler func(http.ResponseWriter, *http.Request)) }
type TCPConsumerPlugin ¶
type TCPConsumerPlugin interface { ConsumerPlugin DistributeTCPEvent(tcpEvent TCPEvent) }
type TLSConsumerPlugin ¶
type TLSConsumerPlugin interface { ConsumerPlugin DistributeTLSEvent(tlsEvent TLSEvent) }
Click to show internal directories.
Click to hide internal directories.