Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Destination ¶ added in v0.7.0
func Destination(plugin *destination.Plugin, opts ...DestinationOption)
func Source ¶ added in v0.7.0
func Source(plugin *source.Plugin, opts ...SourceOption)
Types ¶
type DestinationOption ¶ added in v0.7.0
type DestinationOption func(*destinationServe)
func WithDestinationSentryDSN ¶ added in v0.7.0
func WithDestinationSentryDSN(dsn string) DestinationOption
type SourceOption ¶ added in v0.7.0
type SourceOption func(*sourceServe)
func WithSourceSentryDSN ¶ added in v0.7.0
func WithSourceSentryDSN(dsn string) SourceOption
Click to show internal directories.
Click to hide internal directories.