2021-09-23 17:06:09 +00:00

7 lines
80 B
Go

package healthcheck
type Logger interface {
Info(s string)
Error(s string)
}