// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.26.0 // protoc v3.17.3 // source: storage.proto package proto import ( context "context" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) type CommendResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Result []string `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` } func (x *CommendResponse) Reset() { *x = CommendResponse{} if protoimpl.UnsafeEnabled { mi := &file_storage_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CommendResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*CommendResponse) ProtoMessage() {} func (x *CommendResponse) ProtoReflect() protoreflect.Message { mi := &file_storage_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CommendResponse.ProtoReflect.Descriptor instead. func (*CommendResponse) Descriptor() ([]byte, []int) { return file_storage_proto_rawDescGZIP(), []int{0} } func (x *CommendResponse) GetResult() []string { if x != nil { return x.Result } return nil } var File_storage_proto protoreflect.FileDescriptor var file_storage_proto_rawDesc = []byte{ 0x0a, 0x0d, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0d, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x78, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x29, 0x0a, 0x0f, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x32, 0x58, 0x0a, 0x0a, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x24, 0x0a, 0x03, 0x47, 0x65, 0x74, 0x12, 0x0b, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x10, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x24, 0x0a, 0x03, 0x53, 0x65, 0x74, 0x12, 0x0b, 0x2e, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x10, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x0b, 0x5a, 0x09, 0x70, 0x6b, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_storage_proto_rawDescOnce sync.Once file_storage_proto_rawDescData = file_storage_proto_rawDesc ) func file_storage_proto_rawDescGZIP() []byte { file_storage_proto_rawDescOnce.Do(func() { file_storage_proto_rawDescData = protoimpl.X.CompressGZIP(file_storage_proto_rawDescData) }) return file_storage_proto_rawDescData } var file_storage_proto_msgTypes = make([]protoimpl.MessageInfo, 1) var file_storage_proto_goTypes = []interface{}{ (*CommendResponse)(nil), // 0: CommendResponse (*GetRequest)(nil), // 1: GetRequest (*SetRequest)(nil), // 2: SetRequest } var file_storage_proto_depIdxs = []int32{ 1, // 0: CommServer.Get:input_type -> GetRequest 2, // 1: CommServer.Set:input_type -> SetRequest 0, // 2: CommServer.Get:output_type -> CommendResponse 0, // 3: CommServer.Set:output_type -> CommendResponse 2, // [2:4] is the sub-list for method output_type 0, // [0:2] is the sub-list for method input_type 0, // [0:0] is the sub-list for extension type_name 0, // [0:0] is the sub-list for extension extendee 0, // [0:0] is the sub-list for field type_name } func init() { file_storage_proto_init() } func file_storage_proto_init() { if File_storage_proto != nil { return } file_stringx_proto_init() if !protoimpl.UnsafeEnabled { file_storage_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CommendResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_storage_proto_rawDesc, NumEnums: 0, NumMessages: 1, NumExtensions: 0, NumServices: 1, }, GoTypes: file_storage_proto_goTypes, DependencyIndexes: file_storage_proto_depIdxs, MessageInfos: file_storage_proto_msgTypes, }.Build() File_storage_proto = out.File file_storage_proto_rawDesc = nil file_storage_proto_goTypes = nil file_storage_proto_depIdxs = nil } // Reference imports to suppress errors if they are not otherwise used. var _ context.Context var _ grpc.ClientConnInterface // This is a compile-time assertion to ensure that this generated file // is compatible with the grpc package it is being compiled against. const _ = grpc.SupportPackageIsVersion6 // CommServerClient is the client API for CommServer service. // // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. type CommServerClient interface { Get(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*CommendResponse, error) Set(ctx context.Context, in *SetRequest, opts ...grpc.CallOption) (*CommendResponse, error) } type commServerClient struct { cc grpc.ClientConnInterface } func NewCommServerClient(cc grpc.ClientConnInterface) CommServerClient { return &commServerClient{cc} } func (c *commServerClient) Get(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*CommendResponse, error) { out := new(CommendResponse) err := c.cc.Invoke(ctx, "/CommServer/Get", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *commServerClient) Set(ctx context.Context, in *SetRequest, opts ...grpc.CallOption) (*CommendResponse, error) { out := new(CommendResponse) err := c.cc.Invoke(ctx, "/CommServer/Set", in, out, opts...) if err != nil { return nil, err } return out, nil } // CommServerServer is the server API for CommServer service. type CommServerServer interface { Get(context.Context, *GetRequest) (*CommendResponse, error) Set(context.Context, *SetRequest) (*CommendResponse, error) } // UnimplementedCommServerServer can be embedded to have forward compatible implementations. type UnimplementedCommServerServer struct { } func (*UnimplementedCommServerServer) Get(context.Context, *GetRequest) (*CommendResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method Get not implemented") } func (*UnimplementedCommServerServer) Set(context.Context, *SetRequest) (*CommendResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method Set not implemented") } func RegisterCommServerServer(s *grpc.Server, srv CommServerServer) { s.RegisterService(&_CommServer_serviceDesc, srv) } func _CommServer_Get_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(GetRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(CommServerServer).Get(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/CommServer/Get", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CommServerServer).Get(ctx, req.(*GetRequest)) } return interceptor(ctx, in, info, handler) } func _CommServer_Set_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(SetRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(CommServerServer).Set(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/CommServer/Set", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(CommServerServer).Set(ctx, req.(*SetRequest)) } return interceptor(ctx, in, info, handler) } var _CommServer_serviceDesc = grpc.ServiceDesc{ ServiceName: "CommServer", HandlerType: (*CommServerServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Get", Handler: _CommServer_Get_Handler, }, { MethodName: "Set", Handler: _CommServer_Set_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "storage.proto", }