Versions in this module Expand all Collapse all v1 v1.0.0 Jan 5, 2022 Changes in this version + func RegisterChatServiceServer(s *grpc.Server, srv ChatServiceServer) + type ChatServiceClient interface + Chat func(ctx context.Context, opts ...grpc.CallOption) (ChatService_ChatClient, error) + func NewChatServiceClient(cc *grpc.ClientConn) ChatServiceClient + type ChatServiceServer interface + Chat func(ChatService_ChatServer) error + type ChatService_ChatClient interface + Recv func() (*Response, error) + Send func(*Request) error + type ChatService_ChatServer interface + Recv func() (*Request, error) + Send func(*Response) error + type Request struct + Input string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Request) Descriptor() ([]byte, []int) + func (*Request) ProtoMessage() + func (dst *Request) XXX_Merge(src proto.Message) + func (m *Request) GetInput() string + func (m *Request) Reset() + func (m *Request) String() string + func (m *Request) XXX_DiscardUnknown() + func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Request) XXX_Size() int + func (m *Request) XXX_Unmarshal(b []byte) error + type Response struct + Output string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (dst *Response) XXX_Merge(src proto.Message) + func (m *Response) GetOutput() string + func (m *Response) Reset() + func (m *Response) String() string + func (m *Response) XXX_DiscardUnknown() + func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Response) XXX_Size() int + func (m *Response) XXX_Unmarshal(b []byte) error