Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewService, RegisterService)
ProviderSet
Functions ¶
func RegisterService ¶
func RegisterService(ctx context.Context, sev *Service) ginny.RegistrarFunc
RegisterService
Types ¶
type Service ¶
type Service struct {
pb.UnimplementedSERVICE_NAMEServer
}
Service the instance for grpc proto.
func (*Service) METHOD_NAME ¶
func (s *Service) METHOD_NAME(ctx context.Context, req *pb.METHOD_REQNAME) (*pb.METHOD_RESNAME, error)
METHOD_NAME implements grpc proto METHOD_NAME Method interface.
Click to show internal directories.
Click to hide internal directories.