chore(all): remove unexported interfaces
This commit is contained in:
@@ -2,7 +2,7 @@ package custom
|
||||
|
||||
import "github.com/qdm12/gluetun/internal/models"
|
||||
|
||||
type extractor interface {
|
||||
type Extractor interface {
|
||||
Data(filepath string) (lines []string,
|
||||
connection models.Connection, err error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user