mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-03 19:09:43 -04:00
6 lines
64 B
Go
6 lines
64 B
Go
package backup
|
|
|
|
type Logger interface {
|
|
Info(message string)
|
|
}
|