Documentation
¶
Index ¶
- type NotifyService
- func (s *NotifyService) CreateNotify(ctx context.Context, req *pb.CreateNotifyRequest) (*pb.CreateNotifyReply, error)
- func (s *NotifyService) CreateToDoJob(ctx context.Context, req *pb.CreateToDoJobRequest) (*pb.CreateToDoJobReply, error)
- func (s *NotifyService) DeleteNotify(ctx context.Context, req *pb.DeleteNotifyRequest) (*pb.DeleteNotifyReply, error)
- func (s *NotifyService) DeleteToDoJob(ctx context.Context, req *pb.DeleteToDoJobRequest) (*pb.DeleteToDoJobReply, 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.NotifyV2Usecase) *NotifyService
func (*NotifyService) CreateNotify ¶
func (s *NotifyService) CreateNotify(ctx context.Context, req *pb.CreateNotifyRequest) (*pb.CreateNotifyReply, error)
func (*NotifyService) CreateToDoJob ¶
func (s *NotifyService) CreateToDoJob(ctx context.Context, req *pb.CreateToDoJobRequest) (*pb.CreateToDoJobReply, error)
func (*NotifyService) DeleteNotify ¶
func (s *NotifyService) DeleteNotify(ctx context.Context, req *pb.DeleteNotifyRequest) (*pb.DeleteNotifyReply, error)
func (*NotifyService) DeleteToDoJob ¶
func (s *NotifyService) DeleteToDoJob(ctx context.Context, req *pb.DeleteToDoJobRequest) (*pb.DeleteToDoJobReply, 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.