var _ … var _ … var _ … const _ … type ExampleRequest … func (m *ExampleRequest) Reset() { … } func (*ExampleRequest) ProtoMessage() { … } func (*ExampleRequest) Descriptor() ([]byte, []int) { … } func (m *ExampleRequest) XXX_Unmarshal(b []byte) error { … } 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_DiscardUnknown() { … } var xxx_messageInfo_ExampleRequest … func (m *ExampleRequest) GetRequest() string { … } func (m *ExampleRequest) GetV1Beta2Field() string { … } type ExampleResponse … func (m *ExampleResponse) Reset() { … } func (*ExampleResponse) ProtoMessage() { … } func (*ExampleResponse) Descriptor() ([]byte, []int) { … } func (m *ExampleResponse) XXX_Unmarshal(b []byte) error { … } 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_DiscardUnknown() { … } var xxx_messageInfo_ExampleResponse … func (m *ExampleResponse) GetError() string { … } func init() { … } func init() { … } var fileDescriptor_00212fb1f9d3bf1c … var _ … var _ … const _ … type ExampleClient … type exampleClient … func NewExampleClient(cc *grpc.ClientConn) ExampleClient { … } func (c *exampleClient) GetExampleInfo(ctx context.Context, in *ExampleRequest, opts ...grpc.CallOption) (*ExampleResponse, error) { … } type ExampleServer … type UnimplementedExampleServer … func (*UnimplementedExampleServer) GetExampleInfo(ctx context.Context, req *ExampleRequest) (*ExampleResponse, error) { … } func RegisterExampleServer(s *grpc.Server, srv ExampleServer) { … } func _Example_GetExampleInfo_Handler(srv interface{ … } var _Example_serviceDesc … 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 *ExampleResponse) Marshal() (dAtA []byte, err error) { … } func (m *ExampleResponse) MarshalTo(dAtA []byte) (int, error) { … } func (m *ExampleResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func encodeVarintApi(dAtA []byte, offset int, v uint64) int { … } func (m *ExampleRequest) Size() (n int) { … } func (m *ExampleResponse) Size() (n int) { … } func sovApi(x uint64) (n int) { … } func sozApi(x uint64) (n int) { … } func (this *ExampleRequest) String() string { … } func (this *ExampleResponse) String() string { … } func valueToStringApi(v interface{ … } func (m *ExampleRequest) Unmarshal(dAtA []byte) error { … } func (m *ExampleResponse) Unmarshal(dAtA []byte) error { … } func skipApi(dAtA []byte) (n int, err error) { … } var ErrInvalidLengthApi … var ErrIntOverflowApi … var ErrUnexpectedEndOfGroupApi …