Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetNewClient ¶
func GetNewClient(options ...Option) destination.NewClientFunc
func NewClient ¶
func NewClient(_ context.Context, _ zerolog.Logger, spec specs.Destination) (destination.Client, error)
func NewClientErrOnNew ¶
func NewClientErrOnNew(context.Context, zerolog.Logger, specs.Destination) (destination.Client, error)
Types ¶
type Option ¶
type Option func(*client)
func WithBlockingWrite ¶
func WithBlockingWrite() Option
func WithErrOnWrite ¶
func WithErrOnWrite() Option
Click to show internal directories.
Click to hide internal directories.