Versions in this module Expand all Collapse all v0 v0.4.0 May 9, 2019 v0.2.5 Sep 27, 2018 Changes in this version + func RegisterSayServiceServer(s *grpc.Server, srv SayServiceServer) + type SayGoodbyRequest struct + Lang string + Target string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SayGoodbyRequest) Descriptor() ([]byte, []int) + func (*SayGoodbyRequest) ProtoMessage() + func (dst *SayGoodbyRequest) XXX_Merge(src proto.Message) + func (m *SayGoodbyRequest) GetLang() string + func (m *SayGoodbyRequest) GetTarget() string + func (m *SayGoodbyRequest) Reset() + func (m *SayGoodbyRequest) String() string + func (m *SayGoodbyRequest) XXX_DiscardUnknown() + func (m *SayGoodbyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SayGoodbyRequest) XXX_Size() int + func (m *SayGoodbyRequest) XXX_Unmarshal(b []byte) error + type SayGoodbyResponse struct + V string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SayGoodbyResponse) Descriptor() ([]byte, []int) + func (*SayGoodbyResponse) ProtoMessage() + func (dst *SayGoodbyResponse) XXX_Merge(src proto.Message) + func (m *SayGoodbyResponse) GetV() string + func (m *SayGoodbyResponse) Reset() + func (m *SayGoodbyResponse) String() string + func (m *SayGoodbyResponse) XXX_DiscardUnknown() + func (m *SayGoodbyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SayGoodbyResponse) XXX_Size() int + func (m *SayGoodbyResponse) XXX_Unmarshal(b []byte) error + type SayHelloRequest struct + Lang string + Target string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SayHelloRequest) Descriptor() ([]byte, []int) + func (*SayHelloRequest) ProtoMessage() + func (dst *SayHelloRequest) XXX_Merge(src proto.Message) + func (m *SayHelloRequest) GetLang() string + func (m *SayHelloRequest) GetTarget() string + func (m *SayHelloRequest) Reset() + func (m *SayHelloRequest) String() string + func (m *SayHelloRequest) XXX_DiscardUnknown() + func (m *SayHelloRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SayHelloRequest) XXX_Size() int + func (m *SayHelloRequest) XXX_Unmarshal(b []byte) error + type SayHelloResponse struct + V string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SayHelloResponse) Descriptor() ([]byte, []int) + func (*SayHelloResponse) ProtoMessage() + func (dst *SayHelloResponse) XXX_Merge(src proto.Message) + func (m *SayHelloResponse) GetV() string + func (m *SayHelloResponse) Reset() + func (m *SayHelloResponse) String() string + func (m *SayHelloResponse) XXX_DiscardUnknown() + func (m *SayHelloResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SayHelloResponse) XXX_Size() int + func (m *SayHelloResponse) XXX_Unmarshal(b []byte) error + type SayServiceClient interface + SayGoodby func(ctx context.Context, in *SayGoodbyRequest, opts ...grpc.CallOption) (*SayGoodbyResponse, error) + SayHello func(ctx context.Context, in *SayHelloRequest, opts ...grpc.CallOption) (*SayHelloResponse, error) + func NewSayServiceClient(cc *grpc.ClientConn) SayServiceClient + type SayServiceServer interface + SayGoodby func(context.Context, *SayGoodbyRequest) (*SayGoodbyResponse, error) + SayHello func(context.Context, *SayHelloRequest) (*SayHelloResponse, error)