diff --git a/driver.go b/driver.go index 1dce5d0..660ba00 100644 --- a/driver.go +++ b/driver.go @@ -22,6 +22,7 @@ type DriverSettings struct { Errors bool } +// dummy comment to trigger pipeline // Driver is a simple interface that defines how to connect to a backend SQL datasource // Plugin creators will need to implement this in order to create a managed datasource type Driver interface {