Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewClassServiceService)
ProviderSet is service providers.
Functions ¶
Types ¶
type ClassInfoProxy ¶
type ClassServiceService ¶
type ClassServiceService struct { pb.UnimplementedClassServiceServer // contains filtered or unexported fields }
func NewClassServiceService ¶
func NewClassServiceService(cp ClassInfoProxy, log logPrinter.LogerPrinter) *ClassServiceService
func (*ClassServiceService) AddClass ¶
func (s *ClassServiceService) AddClass(ctx context.Context, req *pb.AddClassRequest) (*pb.AddClassReply, error)
func (*ClassServiceService) SearchClass ¶
func (s *ClassServiceService) SearchClass(ctx context.Context, req *pb.SearchRequest) (*pb.SearchReply, error)
Click to show internal directories.
Click to hide internal directories.