mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-27 10:47:06 +02:00
bug fixes
This commit is contained in:
@@ -5,10 +5,8 @@ import (
|
||||
)
|
||||
|
||||
type Route interface {
|
||||
SetupListen()
|
||||
Listen()
|
||||
StopListening()
|
||||
RemoveFromRoutes()
|
||||
Start()
|
||||
Stop()
|
||||
}
|
||||
|
||||
func NewRoute(cfg *ProxyConfig) (Route, error) {
|
||||
|
||||
Reference in New Issue
Block a user