Documentation ¶
Index ¶
- type Finder2DService
- func (s *Finder2DService) GetMatch(ctx context.Context, req *apiv1.GetMatchRequest) (*apiv1.GetMatchResponse, error)
- func (s *Finder2DService) GetMatches(ctx context.Context, req *apiv1.GetMatchesRequest) (*apiv1.GetMatchesResponse, error)
- func (s *Finder2DService) GetMatrix(ctx context.Context, req *apiv1.GetMatrixRequest) (*apiv1.GetMatrixResponse, error)
- func (s *Finder2DService) LoadMatrix(ctx context.Context, req *apiv1.LoadMatrixRequest) (*apiv1.LoadMatrixResponse, error)
- func (s *Finder2DService) Register(server *grpc.Server)
- func (s *Finder2DService) Search(ctx context.Context, req *apiv1.SearchRequest) (*apiv1.SearchResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Finder2DService ¶
type Finder2DService struct {
// contains filtered or unexported fields
}
Finder2DService defines the Finder2D service
func (*Finder2DService) GetMatch ¶
func (s *Finder2DService) GetMatch(ctx context.Context, req *apiv1.GetMatchRequest) (*apiv1.GetMatchResponse, error)
GetMatch implement the API method from the generated protobuf
func (*Finder2DService) GetMatches ¶
func (s *Finder2DService) GetMatches(ctx context.Context, req *apiv1.GetMatchesRequest) (*apiv1.GetMatchesResponse, error)
GetMatches implement the API method from the generated protobuf
func (*Finder2DService) GetMatrix ¶
func (s *Finder2DService) GetMatrix(ctx context.Context, req *apiv1.GetMatrixRequest) (*apiv1.GetMatrixResponse, error)
GetMatrix implement the API method from the generated protobuf
func (*Finder2DService) LoadMatrix ¶
func (s *Finder2DService) LoadMatrix(ctx context.Context, req *apiv1.LoadMatrixRequest) (*apiv1.LoadMatrixResponse, error)
LoadMatrix implement the API method from the generated protobuf
func (*Finder2DService) Register ¶
func (s *Finder2DService) Register(server *grpc.Server)
Register registers this service to the given gRPC server
func (*Finder2DService) Search ¶
func (s *Finder2DService) Search(ctx context.Context, req *apiv1.SearchRequest) (*apiv1.SearchResponse, error)
Search implement the API method from the generated protobuf
Click to show internal directories.
Click to hide internal directories.