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