Documentation ¶
Index ¶
- type NotifyManageServer
- func (s *NotifyManageServer) MessageInfoDelete(ctx context.Context, in *sys.WithID) (*sys.Empty, error)
- func (s *NotifyManageServer) MessageInfoIndex(ctx context.Context, in *sys.MessageInfoIndexReq) (*sys.MessageInfoIndexResp, error)
- func (s *NotifyManageServer) MessageInfoSend(ctx context.Context, in *sys.MessageInfoSendReq) (*sys.WithID, error)
- func (s *NotifyManageServer) MessageInfoUpdate(ctx context.Context, in *sys.MessageInfo) (*sys.Empty, error)
- func (s *NotifyManageServer) NotifyChannelCreate(ctx context.Context, in *sys.NotifyChannel) (*sys.WithID, error)
- func (s *NotifyManageServer) NotifyChannelDelete(ctx context.Context, in *sys.WithID) (*sys.Empty, error)
- func (s *NotifyManageServer) NotifyChannelIndex(ctx context.Context, in *sys.NotifyChannelIndexReq) (*sys.NotifyChannelIndexResp, error)
- func (s *NotifyManageServer) NotifyChannelRead(ctx context.Context, in *sys.WithID) (*sys.NotifyChannel, error)
- func (s *NotifyManageServer) NotifyChannelUpdate(ctx context.Context, in *sys.NotifyChannel) (*sys.Empty, error)
- func (s *NotifyManageServer) NotifyConfigCreate(ctx context.Context, in *sys.NotifyConfig) (*sys.WithID, error)
- func (s *NotifyManageServer) NotifyConfigDelete(ctx context.Context, in *sys.WithID) (*sys.Empty, error)
- func (s *NotifyManageServer) NotifyConfigIndex(ctx context.Context, in *sys.NotifyConfigIndexReq) (*sys.NotifyConfigIndexResp, error)
- func (s *NotifyManageServer) NotifyConfigRead(ctx context.Context, in *sys.WithIDCode) (*sys.NotifyConfig, error)
- func (s *NotifyManageServer) NotifyConfigSend(ctx context.Context, in *sys.NotifyConfigSendReq) (*sys.Empty, error)
- func (s *NotifyManageServer) NotifyConfigTemplateDelete(ctx context.Context, in *sys.NotifyConfigTemplateDeleteReq) (*sys.Empty, error)
- func (s *NotifyManageServer) NotifyConfigTemplateIndex(ctx context.Context, in *sys.NotifyConfigTemplateIndexReq) (*sys.NotifyConfigTemplateIndexResp, error)
- func (s *NotifyManageServer) NotifyConfigTemplateUpdate(ctx context.Context, in *sys.NotifyConfigTemplate) (*sys.Empty, error)
- func (s *NotifyManageServer) NotifyConfigUpdate(ctx context.Context, in *sys.NotifyConfig) (*sys.Empty, error)
- func (s *NotifyManageServer) NotifyTemplateCreate(ctx context.Context, in *sys.NotifyTemplate) (*sys.WithID, error)
- func (s *NotifyManageServer) NotifyTemplateDelete(ctx context.Context, in *sys.WithID) (*sys.Empty, error)
- func (s *NotifyManageServer) NotifyTemplateIndex(ctx context.Context, in *sys.NotifyTemplateIndexReq) (*sys.NotifyTemplateIndexResp, error)
- func (s *NotifyManageServer) NotifyTemplateRead(ctx context.Context, in *sys.WithID) (*sys.NotifyTemplate, error)
- func (s *NotifyManageServer) NotifyTemplateUpdate(ctx context.Context, in *sys.NotifyTemplate) (*sys.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotifyManageServer ¶
type NotifyManageServer struct { sys.UnimplementedNotifyManageServer // contains filtered or unexported fields }
func NewNotifyManageServer ¶
func NewNotifyManageServer(svcCtx *svc.ServiceContext) *NotifyManageServer
func (*NotifyManageServer) MessageInfoDelete ¶
func (*NotifyManageServer) MessageInfoIndex ¶
func (s *NotifyManageServer) MessageInfoIndex(ctx context.Context, in *sys.MessageInfoIndexReq) (*sys.MessageInfoIndexResp, error)
func (*NotifyManageServer) MessageInfoSend ¶
func (s *NotifyManageServer) MessageInfoSend(ctx context.Context, in *sys.MessageInfoSendReq) (*sys.WithID, error)
站内信
func (*NotifyManageServer) MessageInfoUpdate ¶
func (s *NotifyManageServer) MessageInfoUpdate(ctx context.Context, in *sys.MessageInfo) (*sys.Empty, error)
func (*NotifyManageServer) NotifyChannelCreate ¶
func (s *NotifyManageServer) NotifyChannelCreate(ctx context.Context, in *sys.NotifyChannel) (*sys.WithID, error)
func (*NotifyManageServer) NotifyChannelDelete ¶
func (*NotifyManageServer) NotifyChannelIndex ¶
func (s *NotifyManageServer) NotifyChannelIndex(ctx context.Context, in *sys.NotifyChannelIndexReq) (*sys.NotifyChannelIndexResp, error)
func (*NotifyManageServer) NotifyChannelRead ¶
func (s *NotifyManageServer) NotifyChannelRead(ctx context.Context, in *sys.WithID) (*sys.NotifyChannel, error)
func (*NotifyManageServer) NotifyChannelUpdate ¶
func (s *NotifyManageServer) NotifyChannelUpdate(ctx context.Context, in *sys.NotifyChannel) (*sys.Empty, error)
func (*NotifyManageServer) NotifyConfigCreate ¶
func (s *NotifyManageServer) NotifyConfigCreate(ctx context.Context, in *sys.NotifyConfig) (*sys.WithID, error)
func (*NotifyManageServer) NotifyConfigDelete ¶
func (*NotifyManageServer) NotifyConfigIndex ¶
func (s *NotifyManageServer) NotifyConfigIndex(ctx context.Context, in *sys.NotifyConfigIndexReq) (*sys.NotifyConfigIndexResp, error)
func (*NotifyManageServer) NotifyConfigRead ¶
func (s *NotifyManageServer) NotifyConfigRead(ctx context.Context, in *sys.WithIDCode) (*sys.NotifyConfig, error)
通知配置信息
func (*NotifyManageServer) NotifyConfigSend ¶
func (s *NotifyManageServer) NotifyConfigSend(ctx context.Context, in *sys.NotifyConfigSendReq) (*sys.Empty, error)
func (*NotifyManageServer) NotifyConfigTemplateDelete ¶
func (s *NotifyManageServer) NotifyConfigTemplateDelete(ctx context.Context, in *sys.NotifyConfigTemplateDeleteReq) (*sys.Empty, error)
func (*NotifyManageServer) NotifyConfigTemplateIndex ¶
func (s *NotifyManageServer) NotifyConfigTemplateIndex(ctx context.Context, in *sys.NotifyConfigTemplateIndexReq) (*sys.NotifyConfigTemplateIndexResp, error)
func (*NotifyManageServer) NotifyConfigTemplateUpdate ¶
func (s *NotifyManageServer) NotifyConfigTemplateUpdate(ctx context.Context, in *sys.NotifyConfigTemplate) (*sys.Empty, error)
租户通知配置
func (*NotifyManageServer) NotifyConfigUpdate ¶
func (s *NotifyManageServer) NotifyConfigUpdate(ctx context.Context, in *sys.NotifyConfig) (*sys.Empty, error)
func (*NotifyManageServer) NotifyTemplateCreate ¶
func (s *NotifyManageServer) NotifyTemplateCreate(ctx context.Context, in *sys.NotifyTemplate) (*sys.WithID, error)
func (*NotifyManageServer) NotifyTemplateDelete ¶
func (*NotifyManageServer) NotifyTemplateIndex ¶
func (s *NotifyManageServer) NotifyTemplateIndex(ctx context.Context, in *sys.NotifyTemplateIndexReq) (*sys.NotifyTemplateIndexResp, error)
func (*NotifyManageServer) NotifyTemplateRead ¶
func (s *NotifyManageServer) NotifyTemplateRead(ctx context.Context, in *sys.WithID) (*sys.NotifyTemplate, error)
通知模版
func (*NotifyManageServer) NotifyTemplateUpdate ¶
func (s *NotifyManageServer) NotifyTemplateUpdate(ctx context.Context, in *sys.NotifyTemplate) (*sys.Empty, error)
Click to show internal directories.
Click to hide internal directories.