Versions in this module Expand all Collapse all v0 v0.3.0 Sep 27, 2022 Changes in this version + const KeyMaxRetries + const KeySheetName + const KeyValueInputOption + func NewDestination() sdk.Destination + type Config struct + MaxRetries uint64 + SheetName string + ValueInputOption string + func Parse(cfg map[string]string) (Config, error) + type Destination struct + func (d *Destination) Configure(ctx context.Context, cfg map[string]string) error + func (d *Destination) Open(ctx context.Context) error + func (d *Destination) Parameters() map[string]sdk.Parameter + func (d *Destination) Teardown(ctx context.Context) error + func (d *Destination) Write(ctx context.Context, records []sdk.Record) (int, error)