Documentation
¶
Index ¶
- Constants
- type Destination
- type Source
- func (c *Source) Ack(ctx context.Context, position record.Position) error
- func (c *Source) Open(ctx context.Context, config plugins.Config) error
- func (c *Source) Read(ctx context.Context, p record.Position) (record.Record, error)
- func (c *Source) Teardown() error
- func (c *Source) Validate(cfg plugins.Config) error
- type Spec
Constants ¶
View Source
const (
// ConfigPath is the config name for the path to the file.
ConfigPath = "path"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Destination ¶
Destination connector
func (*Destination) Teardown ¶
func (c *Destination) Teardown() error
Click to show internal directories.
Click to hide internal directories.