mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
6 lines
175 B
Go
6 lines
175 B
Go
package files
|
|
|
|
import "github.com/qdm12/gluetun/internal/configuration/settings"
|
|
|
|
func (s *Source) ReadHealth() (settings settings.Health, err error) { return settings, nil }
|