Documentation ¶
Index ¶
Constants ¶
View Source
const (
HAProxySPOEName = "source.haproxy_spoe"
)
View Source
const (
PCapName = "source.pcap"
)
Variables ¶
This section is empty.
Functions ¶
func NewHAProxySPOE ¶
Types ¶
type HAProxySPOE ¶
type HAProxySPOE struct {
// contains filtered or unexported fields
}
func (*HAProxySPOE) Output ¶
func (m *HAProxySPOE) Output() <-chan mirror.Request
func (*HAProxySPOE) SetInput ¶
func (m *HAProxySPOE) SetInput(c <-chan mirror.Request)
type HAProxySPOEConfig ¶
type HAProxySPOEConfig struct {
ListenAddr string `json:"listen_addr"`
}
type PCapConfig ¶
Click to show internal directories.
Click to hide internal directories.