mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
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