mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-23 17:41:05 +01:00
fix incorrect reload behaviors, further organize code
This commit is contained in:
8
internal/route/types/route_type.go
Normal file
8
internal/route/types/route_type.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package types
|
||||
|
||||
type RouteType string
|
||||
|
||||
const (
|
||||
RouteTypeStream RouteType = "stream"
|
||||
RouteTypeReverseProxy RouteType = "reverse_proxy"
|
||||
)
|
||||
Reference in New Issue
Block a user