mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 11:24:02 +03:00
Add doppel and tls packages
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package doppel
|
||||
|
||||
type Logger interface {
|
||||
Info(msg string)
|
||||
WarningError(msg string, err error)
|
||||
}
|
||||
Reference in New Issue
Block a user