Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver interface { // Reuse reuses the driver Reuse(ctx context.Context) error // Launch launches the driver Launch(ctx context.Context) error DataSourceName() string Dispose(context.Context) error }
Driver defines the behaviours of the driver
func NewDefaultDriver ¶
NewDefaultDriver default factory method for Driver
Click to show internal directories.
Click to hide internal directories.