Versions in this module Expand all Collapse all v0 v0.0.2 Sep 12, 2022 v0.0.1 Sep 12, 2022 Changes in this version + type NotifyService struct + func NewNotifyService(uc *biz.NotifyV1Usecase) *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)