mirror of
https://github.com/qdm12/gluetun.git
synced 2025-12-10 20:07:32 -06:00
7 lines
80 B
Go
7 lines
80 B
Go
package healthcheck
|
|
|
|
type Logger interface {
|
|
Info(s string)
|
|
Error(s string)
|
|
}
|