Documentation
¶
Index ¶
- type NotifyService
- func (s *NotifyService) CreateNotify(ctx context.Context, req *pb.CreateNotifyRequest) (*pb.CreateNotifyReply, error)
- func (s *NotifyService) CreateTaskJob(ctx context.Context, req *pb.CreateTaskJobRequest) (*pb.CreateTaskJobReply, error)
- func (s *NotifyService) DeleteNotify(ctx context.Context, req *pb.DeleteNotifyRequest) (*pb.DeleteNotifyReply, error)
- func (s *NotifyService) DeleteTaskJob(ctx context.Context, req *pb.DeleteTaskJobRequest) (*pb.DeleteTaskJobReply, error)
- func (s *NotifyService) GetNotify(ctx context.Context, req *pb.GetNotifyRequest) (*pb.GetNotifyReply, error)
- func (s *NotifyService) ListNotify(ctx context.Context, req *pb.ListNotifyRequest) (*pb.ListNotifyReply, error)
- func (s *NotifyService) UpdateNotify(ctx context.Context, req *pb.UpdateNotifyRequest) (*pb.UpdateNotifyReply, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotifyService ¶
type NotifyService struct {
pb.UnimplementedNotifyServer
// contains filtered or unexported fields
}
func NewNotifyService ¶
func NewNotifyService(uc *biz.NotifyV1Usecase) *NotifyService
func (*NotifyService) CreateNotify ¶
func (s *NotifyService) CreateNotify(ctx context.Context, req *pb.CreateNotifyRequest) (*pb.CreateNotifyReply, error)
func (*NotifyService) CreateTaskJob ¶
func (s *NotifyService) CreateTaskJob(ctx context.Context, req *pb.CreateTaskJobRequest) (*pb.CreateTaskJobReply, error)
func (*NotifyService) DeleteNotify ¶
func (s *NotifyService) DeleteNotify(ctx context.Context, req *pb.DeleteNotifyRequest) (*pb.DeleteNotifyReply, error)
func (*NotifyService) DeleteTaskJob ¶
func (s *NotifyService) DeleteTaskJob(ctx context.Context, req *pb.DeleteTaskJobRequest) (*pb.DeleteTaskJobReply, error)
func (*NotifyService) GetNotify ¶
func (s *NotifyService) GetNotify(ctx context.Context, req *pb.GetNotifyRequest) (*pb.GetNotifyReply, error)
func (*NotifyService) ListNotify ¶
func (s *NotifyService) ListNotify(ctx context.Context, req *pb.ListNotifyRequest) (*pb.ListNotifyReply, error)
func (*NotifyService) UpdateNotify ¶
func (s *NotifyService) UpdateNotify(ctx context.Context, req *pb.UpdateNotifyRequest) (*pb.UpdateNotifyReply, error)
Click to show internal directories.
Click to hide internal directories.