We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d1a0c commit 0a050efCopy full SHA for 0a050ef
bima.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
const (
14
- Version = "v4.1.7"
+ Version = "v4.1.8"
15
16
HighestPriority = 255
17
LowestPriority = -255
interfaces/rest.go
@@ -19,7 +19,7 @@ type Rest struct {
19
GRpcClient *grpc.ClientConn
20
}
21
22
-func (r *Rest) Run(servers []configs.Server) {
+func (r *Rest) Run(ctx context.Context, servers []configs.Server) {
23
r.Middleware.Sort()
24
r.Router.Sort()
25
0 commit comments