chore(all): remove unexported interfaces
This commit is contained in:
@@ -1,21 +1,12 @@
|
||||
package httpproxy
|
||||
|
||||
type Logger interface {
|
||||
infoErrorer
|
||||
Debug(s string)
|
||||
infoer
|
||||
Warn(s string)
|
||||
errorer
|
||||
}
|
||||
|
||||
type infoErrorer interface {
|
||||
infoer
|
||||
errorer
|
||||
}
|
||||
|
||||
type infoer interface {
|
||||
Info(s string)
|
||||
}
|
||||
|
||||
type errorer interface {
|
||||
Error(s string)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user