mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-06 20:10:11 +02:00
7 lines
76 B
Go
7 lines
76 B
Go
package command
|
|
|
|
type Logger interface {
|
|
Info(s string)
|
|
Error(s string)
|
|
}
|