Documentation ¶
Index ¶
- Variables
- func NewLibrarianMapperServiceService(m *biz.Mapper) pb.LibrarianMapperServiceServer
- type LibrarianMapperServiceService
- func (s *LibrarianMapperServiceService) FetchEqualVertex(ctx context.Context, req *pb.FetchEqualVertexRequest) (*pb.FetchEqualVertexResponse, 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)
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewLibrarianMapperServiceService)
ProviderSet is service providers.
Functions ¶
func NewLibrarianMapperServiceService ¶
func NewLibrarianMapperServiceService(m *biz.Mapper) pb.LibrarianMapperServiceServer
Types ¶
type LibrarianMapperServiceService ¶
type LibrarianMapperServiceService struct { pb.UnimplementedLibrarianMapperServiceServer // contains filtered or unexported fields }
func (*LibrarianMapperServiceService) FetchEqualVertex ¶
func (s *LibrarianMapperServiceService) FetchEqualVertex(ctx context.Context, req *pb.FetchEqualVertexRequest) ( *pb.FetchEqualVertexResponse, 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)
Click to show internal directories.
Click to hide internal directories.