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