Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GCPPubsubOptions ¶ added in v0.3.0
type Options ¶
type Options struct {
Addr string // Destination address (host:port).
Delay time.Duration // Delay start after start signal.
Protocol string // Protocol (udp/tcp/tls).
Retries int // Number of connection retries for tcp based protocols.
StartSignal string // OS signal to wait on before starting.
InsecureTLS bool // Disable TLS verification checks.
RateLimit int // UDP rate limit in bytes.
WebhookOptions
GCPPubsubOptions
}
type Output ¶
type Output interface {
DialContext(ctx context.Context) error
io.WriteCloser
}
func Initialize ¶
Click to show internal directories.
Click to hide internal directories.