mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
6 lines
61 B
Go
6 lines
61 B
Go
package log
|
|
|
|
type Logger interface {
|
|
Info(message string)
|
|
}
|