Versions in this module Expand all Collapse all v1 v1.0.0 Jan 5, 2022 Changes in this version + var File_api_proto protoreflect.FileDescriptor + func RegisterApiServer(s *grpc.Server, srv ApiServer) + type ApiClient interface + ApiTest func(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error) + func NewApiClient(cc grpc.ClientConnInterface) ApiClient + type ApiServer interface + ApiTest func(context.Context, *Request) (*Response, error) + type Request struct + Input string + func (*Request) Descriptor() ([]byte, []int) + func (*Request) ProtoMessage() + func (x *Request) GetInput() string + func (x *Request) ProtoReflect() protoreflect.Message + func (x *Request) Reset() + func (x *Request) String() string + type Response struct + Output string + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (x *Response) GetOutput() string + func (x *Response) ProtoReflect() protoreflect.Message + func (x *Response) Reset() + func (x *Response) String() string + type UnimplementedApiServer struct + func (*UnimplementedApiServer) ApiTest(context.Context, *Request) (*Response, error)