Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + var ErrIntOverflowApi = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthApi = fmt.Errorf("proto: negative length found during unmarshaling") + func RegisterExampleServer(s *grpc.Server, srv ExampleServer) + type ExampleClient interface + GetExampleInfo func(ctx context.Context, in *ExampleRequest, opts ...grpc.CallOption) (*ExampleResponse, error) + func NewExampleClient(cc *grpc.ClientConn) ExampleClient + type ExampleRequest struct + Request string + V1Beta1Field string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*ExampleRequest) Descriptor() ([]byte, []int) + func (*ExampleRequest) ProtoMessage() + func (m *ExampleRequest) GetRequest() string + func (m *ExampleRequest) GetV1Beta1Field() string + func (m *ExampleRequest) Marshal() (dAtA []byte, err error) + func (m *ExampleRequest) MarshalTo(dAtA []byte) (int, error) + func (m *ExampleRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ExampleRequest) Reset() + func (m *ExampleRequest) Size() (n int) + func (m *ExampleRequest) Unmarshal(dAtA []byte) error + func (m *ExampleRequest) XXX_DiscardUnknown() + func (m *ExampleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExampleRequest) XXX_Merge(src proto.Message) + func (m *ExampleRequest) XXX_Size() int + func (m *ExampleRequest) XXX_Unmarshal(b []byte) error + func (this *ExampleRequest) String() string + type ExampleResponse struct + Error string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*ExampleResponse) Descriptor() ([]byte, []int) + func (*ExampleResponse) ProtoMessage() + func (m *ExampleResponse) GetError() string + func (m *ExampleResponse) Marshal() (dAtA []byte, err error) + func (m *ExampleResponse) MarshalTo(dAtA []byte) (int, error) + func (m *ExampleResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ExampleResponse) Reset() + func (m *ExampleResponse) Size() (n int) + func (m *ExampleResponse) Unmarshal(dAtA []byte) error + func (m *ExampleResponse) XXX_DiscardUnknown() + func (m *ExampleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExampleResponse) XXX_Merge(src proto.Message) + func (m *ExampleResponse) XXX_Size() int + func (m *ExampleResponse) XXX_Unmarshal(b []byte) error + func (this *ExampleResponse) String() string + type ExampleServer interface + GetExampleInfo func(context.Context, *ExampleRequest) (*ExampleResponse, error) + type UnimplementedExampleServer struct + func (*UnimplementedExampleServer) GetExampleInfo(ctx context.Context, req *ExampleRequest) (*ExampleResponse, error)