|
|
@@ -3,13 +3,14 @@ package router
|
|
|
import (
|
|
|
"context"
|
|
|
|
|
|
+ "google.golang.org/protobuf/runtime/protoiface"
|
|
|
+
|
|
|
core "github.com/v2fly/v2ray-core/v5"
|
|
|
"github.com/v2fly/v2ray-core/v5/app/observatory"
|
|
|
"github.com/v2fly/v2ray-core/v5/common"
|
|
|
"github.com/v2fly/v2ray-core/v5/common/dice"
|
|
|
"github.com/v2fly/v2ray-core/v5/features"
|
|
|
"github.com/v2fly/v2ray-core/v5/features/extension"
|
|
|
- "google.golang.org/protobuf/runtime/protoiface"
|
|
|
)
|
|
|
|
|
|
// RandomStrategy represents a random balancing strategy
|