mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-16 21:50:22 +02:00
chore(sources): wrap error with source string
This commit is contained in:
@@ -5,4 +5,5 @@ import "github.com/qdm12/gluetun/internal/configuration/settings"
|
||||
type Source interface {
|
||||
Read() (settings settings.Settings, err error)
|
||||
ReadHealth() (settings settings.Health, err error)
|
||||
String() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user