Maint: package local narrow Logger interfaces
This commit is contained in:
12
internal/openvpn/logger.go
Normal file
12
internal/openvpn/logger.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package openvpn
|
||||
|
||||
type Logger interface {
|
||||
Debug(s string)
|
||||
Infoer
|
||||
Warn(s string)
|
||||
Error(s string)
|
||||
}
|
||||
|
||||
type Infoer interface {
|
||||
Info(s string)
|
||||
}
|
||||
Reference in New Issue
Block a user