|
|
@@ -1,6 +1,6 @@
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
// versions:
|
|
|
-// protoc-gen-go v1.26.0
|
|
|
+// protoc-gen-go v1.27.1
|
|
|
// protoc v3.15.6
|
|
|
// source: app/router/command/command.proto
|
|
|
|
|
|
@@ -86,7 +86,7 @@ func (x *RoutingContext) GetNetwork() net.Network {
|
|
|
if x != nil {
|
|
|
return x.Network
|
|
|
}
|
|
|
- return net.Network_Unknown
|
|
|
+ return net.Network(0)
|
|
|
}
|
|
|
|
|
|
func (x *RoutingContext) GetSourceIPs() [][]byte {
|