Versions in this module Expand all Collapse all v0 v0.1.1 Jan 25, 2023 Changes in this version + var File_pbcmdb_pbfinder_pbfinder_proto protoreflect.FileDescriptor + var File_pbcmdb_pbfinder_service_proto protoreflect.FileDescriptor + var FinderService_ServiceDesc = grpc.ServiceDesc + func RegisterFinderServiceServer(s grpc.ServiceRegistrar, srv FinderServiceServer) + type FinderServiceClient interface + Links func(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error) + func NewFinderServiceClient(cc grpc.ClientConnInterface) FinderServiceClient + type FinderServiceServer interface + Links func(context.Context, *Request) (*Response, error) + type Request struct + From string + Name string + To string + func (*Request) Descriptor() ([]byte, []int) + func (*Request) ProtoMessage() + func (x *Request) GetFrom() string + func (x *Request) GetName() string + func (x *Request) GetTo() string + func (x *Request) ProtoReflect() protoreflect.Message + func (x *Request) Reset() + func (x *Request) String() string + type Response struct + Links []*pbcmdb.Response + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (x *Response) GetLinks() []*pbcmdb.Response + func (x *Response) ProtoReflect() protoreflect.Message + func (x *Response) Reset() + func (x *Response) String() string + type UnimplementedFinderServiceServer struct + func (UnimplementedFinderServiceServer) Links(context.Context, *Request) (*Response, error) + type UnsafeFinderServiceServer interface