|
@@ -2,7 +2,7 @@
|
|
|
// versions:
|
|
|
// protoc-gen-go v1.28.0
|
|
|
// protoc v3.19.4
|
|
|
-// source: pb/rpcbff.proto
|
|
|
+// source: pb/flowsrv.proto
|
|
|
|
|
|
package pb
|
|
|
|
|
@@ -51,11 +51,11 @@ func (x ConnectType) String() string {
|
|
|
}
|
|
|
|
|
|
func (ConnectType) Descriptor() protoreflect.EnumDescriptor {
|
|
|
- return file_pb_rpcbff_proto_enumTypes[0].Descriptor()
|
|
|
+ return file_pb_flowsrv_proto_enumTypes[0].Descriptor()
|
|
|
}
|
|
|
|
|
|
func (ConnectType) Type() protoreflect.EnumType {
|
|
|
- return &file_pb_rpcbff_proto_enumTypes[0]
|
|
|
+ return &file_pb_flowsrv_proto_enumTypes[0]
|
|
|
}
|
|
|
|
|
|
func (x ConnectType) Number() protoreflect.EnumNumber {
|
|
@@ -64,7 +64,7 @@ func (x ConnectType) Number() protoreflect.EnumNumber {
|
|
|
|
|
|
// Deprecated: Use ConnectType.Descriptor instead.
|
|
|
func (ConnectType) EnumDescriptor() ([]byte, []int) {
|
|
|
- return file_pb_rpcbff_proto_rawDescGZIP(), []int{0}
|
|
|
+ return file_pb_flowsrv_proto_rawDescGZIP(), []int{0}
|
|
|
}
|
|
|
|
|
|
type CommandReq struct {
|
|
@@ -79,7 +79,7 @@ type CommandReq struct {
|
|
|
func (x *CommandReq) Reset() {
|
|
|
*x = CommandReq{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_pb_rpcbff_proto_msgTypes[0]
|
|
|
+ mi := &file_pb_flowsrv_proto_msgTypes[0]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -92,7 +92,7 @@ func (x *CommandReq) String() string {
|
|
|
func (*CommandReq) ProtoMessage() {}
|
|
|
|
|
|
func (x *CommandReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_pb_rpcbff_proto_msgTypes[0]
|
|
|
+ mi := &file_pb_flowsrv_proto_msgTypes[0]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -105,7 +105,7 @@ func (x *CommandReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use CommandReq.ProtoReflect.Descriptor instead.
|
|
|
func (*CommandReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_pb_rpcbff_proto_rawDescGZIP(), []int{0}
|
|
|
+ return file_pb_flowsrv_proto_rawDescGZIP(), []int{0}
|
|
|
}
|
|
|
|
|
|
func (x *CommandReq) GetType() ConnectType {
|
|
@@ -135,7 +135,7 @@ type CommandResp struct {
|
|
|
func (x *CommandResp) Reset() {
|
|
|
*x = CommandResp{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_pb_rpcbff_proto_msgTypes[1]
|
|
|
+ mi := &file_pb_flowsrv_proto_msgTypes[1]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -148,7 +148,7 @@ func (x *CommandResp) String() string {
|
|
|
func (*CommandResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *CommandResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_pb_rpcbff_proto_msgTypes[1]
|
|
|
+ mi := &file_pb_flowsrv_proto_msgTypes[1]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -161,7 +161,7 @@ func (x *CommandResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use CommandResp.ProtoReflect.Descriptor instead.
|
|
|
func (*CommandResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_pb_rpcbff_proto_rawDescGZIP(), []int{1}
|
|
|
+ return file_pb_flowsrv_proto_rawDescGZIP(), []int{1}
|
|
|
}
|
|
|
|
|
|
func (x *CommandResp) GetCode() int64 {
|
|
@@ -185,63 +185,63 @@ func (x *CommandResp) GetData() *structpb.Struct {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
-var File_pb_rpcbff_proto protoreflect.FileDescriptor
|
|
|
-
|
|
|
-var file_pb_rpcbff_proto_rawDesc = []byte{
|
|
|
- 0x0a, 0x0f, 0x70, 0x62, 0x2f, 0x72, 0x70, 0x63, 0x62, 0x66, 0x66, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
|
- 0x6f, 0x12, 0x02, 0x70, 0x62, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72,
|
|
|
- 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e, 0x70, 0x72,
|
|
|
- 0x6f, 0x74, 0x6f, 0x22, 0x54, 0x0a, 0x0a, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x52, 0x65,
|
|
|
- 0x71, 0x12, 0x23, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32,
|
|
|
- 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x54, 0x79, 0x70, 0x65,
|
|
|
- 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
|
|
|
- 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x63,
|
|
|
- 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x60, 0x0a, 0x0b, 0x43, 0x6f, 0x6d,
|
|
|
- 0x6d, 0x61, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65,
|
|
|
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03,
|
|
|
- 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x2b,
|
|
|
- 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67,
|
|
|
- 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53,
|
|
|
- 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x2a, 0x21, 0x0a, 0x0b, 0x43,
|
|
|
- 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0a, 0x0a, 0x06, 0x50, 0x4c,
|
|
|
- 0x41, 0x59, 0x45, 0x52, 0x10, 0x00, 0x12, 0x06, 0x0a, 0x02, 0x43, 0x53, 0x10, 0x01, 0x32, 0x65,
|
|
|
- 0x0a, 0x06, 0x52, 0x70, 0x63, 0x62, 0x66, 0x66, 0x12, 0x2c, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x6e,
|
|
|
- 0x65, 0x63, 0x74, 0x12, 0x0e, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64,
|
|
|
- 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64,
|
|
|
- 0x52, 0x65, 0x73, 0x70, 0x30, 0x01, 0x12, 0x2d, 0x0a, 0x0a, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e,
|
|
|
- 0x6e, 0x65, 0x63, 0x74, 0x12, 0x0e, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e,
|
|
|
- 0x64, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e,
|
|
|
- 0x64, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70,
|
|
|
- 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
+var File_pb_flowsrv_proto protoreflect.FileDescriptor
|
|
|
+
|
|
|
+var file_pb_flowsrv_proto_rawDesc = []byte{
|
|
|
+ 0x0a, 0x10, 0x70, 0x62, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x73, 0x72, 0x76, 0x2e, 0x70, 0x72, 0x6f,
|
|
|
+ 0x74, 0x6f, 0x12, 0x02, 0x70, 0x62, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70,
|
|
|
+ 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e, 0x70,
|
|
|
+ 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x54, 0x0a, 0x0a, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x52,
|
|
|
+ 0x65, 0x71, 0x12, 0x23, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e,
|
|
|
+ 0x32, 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x54, 0x79, 0x70,
|
|
|
+ 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x61, 0x63, 0x63, 0x65, 0x73,
|
|
|
+ 0x73, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61,
|
|
|
+ 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x60, 0x0a, 0x0b, 0x43, 0x6f,
|
|
|
+ 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64,
|
|
|
+ 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a,
|
|
|
+ 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12,
|
|
|
+ 0x2b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e,
|
|
|
+ 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
|
|
|
+ 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x2a, 0x21, 0x0a, 0x0b,
|
|
|
+ 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0a, 0x0a, 0x06, 0x50,
|
|
|
+ 0x4c, 0x41, 0x59, 0x45, 0x52, 0x10, 0x00, 0x12, 0x06, 0x0a, 0x02, 0x43, 0x53, 0x10, 0x01, 0x32,
|
|
|
+ 0x66, 0x0a, 0x07, 0x46, 0x6c, 0x6f, 0x77, 0x73, 0x72, 0x76, 0x12, 0x2c, 0x0a, 0x07, 0x63, 0x6f,
|
|
|
+ 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x12, 0x0e, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61,
|
|
|
+ 0x6e, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61,
|
|
|
+ 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x30, 0x01, 0x12, 0x2d, 0x0a, 0x0a, 0x64, 0x69, 0x73, 0x63,
|
|
|
+ 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x12, 0x0e, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x6f, 0x6d, 0x6d,
|
|
|
+ 0x61, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x6f, 0x6d, 0x6d,
|
|
|
+ 0x61, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62,
|
|
|
+ 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
|
- file_pb_rpcbff_proto_rawDescOnce sync.Once
|
|
|
- file_pb_rpcbff_proto_rawDescData = file_pb_rpcbff_proto_rawDesc
|
|
|
+ file_pb_flowsrv_proto_rawDescOnce sync.Once
|
|
|
+ file_pb_flowsrv_proto_rawDescData = file_pb_flowsrv_proto_rawDesc
|
|
|
)
|
|
|
|
|
|
-func file_pb_rpcbff_proto_rawDescGZIP() []byte {
|
|
|
- file_pb_rpcbff_proto_rawDescOnce.Do(func() {
|
|
|
- file_pb_rpcbff_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_rpcbff_proto_rawDescData)
|
|
|
+func file_pb_flowsrv_proto_rawDescGZIP() []byte {
|
|
|
+ file_pb_flowsrv_proto_rawDescOnce.Do(func() {
|
|
|
+ file_pb_flowsrv_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_flowsrv_proto_rawDescData)
|
|
|
})
|
|
|
- return file_pb_rpcbff_proto_rawDescData
|
|
|
+ return file_pb_flowsrv_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_pb_rpcbff_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
|
|
-var file_pb_rpcbff_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
|
|
-var file_pb_rpcbff_proto_goTypes = []interface{}{
|
|
|
+var file_pb_flowsrv_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
|
|
+var file_pb_flowsrv_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
|
|
+var file_pb_flowsrv_proto_goTypes = []interface{}{
|
|
|
(ConnectType)(0), // 0: pb.ConnectType
|
|
|
(*CommandReq)(nil), // 1: pb.CommandReq
|
|
|
(*CommandResp)(nil), // 2: pb.CommandResp
|
|
|
(*structpb.Struct)(nil), // 3: google.protobuf.Struct
|
|
|
}
|
|
|
-var file_pb_rpcbff_proto_depIdxs = []int32{
|
|
|
+var file_pb_flowsrv_proto_depIdxs = []int32{
|
|
|
0, // 0: pb.CommandReq.type:type_name -> pb.ConnectType
|
|
|
3, // 1: pb.CommandResp.data:type_name -> google.protobuf.Struct
|
|
|
- 1, // 2: pb.Rpcbff.connect:input_type -> pb.CommandReq
|
|
|
- 1, // 3: pb.Rpcbff.disconnect:input_type -> pb.CommandReq
|
|
|
- 2, // 4: pb.Rpcbff.connect:output_type -> pb.CommandResp
|
|
|
- 2, // 5: pb.Rpcbff.disconnect:output_type -> pb.CommandResp
|
|
|
+ 1, // 2: pb.Flowsrv.connect:input_type -> pb.CommandReq
|
|
|
+ 1, // 3: pb.Flowsrv.disconnect:input_type -> pb.CommandReq
|
|
|
+ 2, // 4: pb.Flowsrv.connect:output_type -> pb.CommandResp
|
|
|
+ 2, // 5: pb.Flowsrv.disconnect:output_type -> pb.CommandResp
|
|
|
4, // [4:6] is the sub-list for method output_type
|
|
|
2, // [2:4] is the sub-list for method input_type
|
|
|
2, // [2:2] is the sub-list for extension type_name
|
|
@@ -249,13 +249,13 @@ var file_pb_rpcbff_proto_depIdxs = []int32{
|
|
|
0, // [0:2] is the sub-list for field type_name
|
|
|
}
|
|
|
|
|
|
-func init() { file_pb_rpcbff_proto_init() }
|
|
|
-func file_pb_rpcbff_proto_init() {
|
|
|
- if File_pb_rpcbff_proto != nil {
|
|
|
+func init() { file_pb_flowsrv_proto_init() }
|
|
|
+func file_pb_flowsrv_proto_init() {
|
|
|
+ if File_pb_flowsrv_proto != nil {
|
|
|
return
|
|
|
}
|
|
|
if !protoimpl.UnsafeEnabled {
|
|
|
- file_pb_rpcbff_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_pb_flowsrv_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*CommandReq); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -267,7 +267,7 @@ func file_pb_rpcbff_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_pb_rpcbff_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_pb_flowsrv_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*CommandResp); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -284,19 +284,19 @@ func file_pb_rpcbff_proto_init() {
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
File: protoimpl.DescBuilder{
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
- RawDescriptor: file_pb_rpcbff_proto_rawDesc,
|
|
|
+ RawDescriptor: file_pb_flowsrv_proto_rawDesc,
|
|
|
NumEnums: 1,
|
|
|
NumMessages: 2,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 1,
|
|
|
},
|
|
|
- GoTypes: file_pb_rpcbff_proto_goTypes,
|
|
|
- DependencyIndexes: file_pb_rpcbff_proto_depIdxs,
|
|
|
- EnumInfos: file_pb_rpcbff_proto_enumTypes,
|
|
|
- MessageInfos: file_pb_rpcbff_proto_msgTypes,
|
|
|
+ GoTypes: file_pb_flowsrv_proto_goTypes,
|
|
|
+ DependencyIndexes: file_pb_flowsrv_proto_depIdxs,
|
|
|
+ EnumInfos: file_pb_flowsrv_proto_enumTypes,
|
|
|
+ MessageInfos: file_pb_flowsrv_proto_msgTypes,
|
|
|
}.Build()
|
|
|
- File_pb_rpcbff_proto = out.File
|
|
|
- file_pb_rpcbff_proto_rawDesc = nil
|
|
|
- file_pb_rpcbff_proto_goTypes = nil
|
|
|
- file_pb_rpcbff_proto_depIdxs = nil
|
|
|
+ File_pb_flowsrv_proto = out.File
|
|
|
+ file_pb_flowsrv_proto_rawDesc = nil
|
|
|
+ file_pb_flowsrv_proto_goTypes = nil
|
|
|
+ file_pb_flowsrv_proto_depIdxs = nil
|
|
|
}
|