Versions in this module Expand all Collapse all v0 v0.3.0 Sep 27, 2022 Changes in this version + func NewSource() sdk.Source + type Iterator interface + Next func() (sdk.Record, error) + type Source struct + func (s *Source) Ack(ctx context.Context, position sdk.Position) error + func (s *Source) Configure(_ context.Context, cfgRaw map[string]string) (err error) + func (s *Source) Open(ctx context.Context, position sdk.Position) error + func (s *Source) Parameters() map[string]sdk.Parameter + func (s *Source) Read(_ context.Context) (sdk.Record, error) + func (s *Source) Teardown(ctx context.Context) error