Documentation ¶
Index ¶
- Variables
- func NewLibrarianMapperServiceService(uc *biz.MapperUseCase) pb.LibrarianMapperServiceServer
- type LibrarianMapperServiceService
- func (s *LibrarianMapperServiceService) DeleteEdge(ctx context.Context, req *pb.DeleteEdgeRequest) (*pb.DeleteEdgeResponse, error)
- func (s *LibrarianMapperServiceService) DeleteVertex(ctx context.Context, req *pb.DeleteVertexRequest) (*pb.DeleteVertexResponse, error)
- func (s *LibrarianMapperServiceService) FetchEqualVertex(ctx context.Context, req *pb.FetchEqualVertexRequest) (*pb.FetchEqualVertexResponse, error)
- func (s *LibrarianMapperServiceService) FetchEqualVertexNeighbor(ctx context.Context, req *pb.FetchEqualVertexNeighborRequest) (*pb.FetchEqualVertexNeighborResponse, error)
- func (s *LibrarianMapperServiceService) FindPath(ctx context.Context, req *pb.FindPathRequest) (*pb.FindPathResponse, error)
- func (s *LibrarianMapperServiceService) GoFromVertex(ctx context.Context, req *pb.GoFromVertexRequest) (*pb.GoFromVertexResponse, error)
- func (s *LibrarianMapperServiceService) InsertEdge(ctx context.Context, req *pb.InsertEdgeRequest) (*pb.InsertEdgeResponse, error)
- func (s *LibrarianMapperServiceService) InsertVertex(ctx context.Context, req *pb.InsertVertexRequest) (*pb.InsertVertexResponse, error)
- func (s *LibrarianMapperServiceService) UpdateEdge(ctx context.Context, req *pb.UpdateEdgeRequest) (*pb.UpdateEdgeResponse, error)
- func (s *LibrarianMapperServiceService) UpdateVertex(ctx context.Context, req *pb.UpdateVertexRequest) (*pb.UpdateVertexResponse, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewLibrarianMapperServiceService)
ProviderSet is service providers.
Functions ¶
func NewLibrarianMapperServiceService ¶
func NewLibrarianMapperServiceService(uc *biz.MapperUseCase) pb.LibrarianMapperServiceServer
Types ¶
type LibrarianMapperServiceService ¶
type LibrarianMapperServiceService struct { pb.UnimplementedLibrarianMapperServiceServer // contains filtered or unexported fields }
func (*LibrarianMapperServiceService) DeleteEdge ¶
func (s *LibrarianMapperServiceService) DeleteEdge(ctx context.Context, req *pb.DeleteEdgeRequest) ( *pb.DeleteEdgeResponse, error)
func (*LibrarianMapperServiceService) DeleteVertex ¶
func (s *LibrarianMapperServiceService) DeleteVertex(ctx context.Context, req *pb.DeleteVertexRequest) ( *pb.DeleteVertexResponse, error)
func (*LibrarianMapperServiceService) FetchEqualVertex ¶
func (s *LibrarianMapperServiceService) FetchEqualVertex(ctx context.Context, req *pb.FetchEqualVertexRequest) ( *pb.FetchEqualVertexResponse, error)
func (*LibrarianMapperServiceService) FetchEqualVertexNeighbor ¶
func (s *LibrarianMapperServiceService) FetchEqualVertexNeighbor(ctx context.Context, req *pb.FetchEqualVertexNeighborRequest) (*pb.FetchEqualVertexNeighborResponse, error)
func (*LibrarianMapperServiceService) FindPath ¶
func (s *LibrarianMapperServiceService) FindPath(ctx context.Context, req *pb.FindPathRequest) ( *pb.FindPathResponse, error)
func (*LibrarianMapperServiceService) GoFromVertex ¶
func (s *LibrarianMapperServiceService) GoFromVertex(ctx context.Context, req *pb.GoFromVertexRequest) ( *pb.GoFromVertexResponse, error)
func (*LibrarianMapperServiceService) InsertEdge ¶
func (s *LibrarianMapperServiceService) InsertEdge(ctx context.Context, req *pb.InsertEdgeRequest) ( *pb.InsertEdgeResponse, error)
func (*LibrarianMapperServiceService) InsertVertex ¶
func (s *LibrarianMapperServiceService) InsertVertex(ctx context.Context, req *pb.InsertVertexRequest) ( *pb.InsertVertexResponse, error)
func (*LibrarianMapperServiceService) UpdateEdge ¶
func (s *LibrarianMapperServiceService) UpdateEdge(ctx context.Context, req *pb.UpdateEdgeRequest) ( *pb.UpdateEdgeResponse, error)
func (*LibrarianMapperServiceService) UpdateVertex ¶
func (s *LibrarianMapperServiceService) UpdateVertex(ctx context.Context, req *pb.UpdateVertexRequest) ( *pb.UpdateVertexResponse, error)
Click to show internal directories.
Click to hide internal directories.