feat: update extractor and transformer constructors to return Extractor interface
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
|
||||
type MssqlTransformer struct{}
|
||||
|
||||
func NewMssqlTransformer() *MssqlTransformer {
|
||||
func NewMssqlTransformer() Transformer {
|
||||
return &MssqlTransformer{}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user