mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-28 11:51:53 +01:00
refactor: rename net/types to nettypes
This commit is contained in:
@@ -3,7 +3,7 @@ package homepage
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
gpnet "github.com/yusing/go-proxy/internal/net/types"
|
||||
nettypes "github.com/yusing/go-proxy/internal/net/types"
|
||||
"github.com/yusing/go-proxy/internal/utils/pool"
|
||||
)
|
||||
|
||||
@@ -11,7 +11,7 @@ type route interface {
|
||||
pool.Object
|
||||
ProviderName() string
|
||||
References() []string
|
||||
TargetURL() *gpnet.URL
|
||||
TargetURL() *nettypes.URL
|
||||
}
|
||||
|
||||
type httpRoute interface {
|
||||
|
||||
Reference in New Issue
Block a user