Versions in this module Expand all Collapse all v1 v1.4.0 Nov 4, 2021 v1.3.2 Oct 15, 2021 v1.3.1 Oct 14, 2021 v1.3.0 Sep 30, 2021 v1.2.0 Sep 9, 2021 Changes in this version + var File_notify_proto protoreflect.FileDescriptor + func NotifyServiceClientType() reflect.Type + func NotifyServiceHandlerType() reflect.Type + func NotifyServiceServerType() reflect.Type + func RegisterNotifyServiceHandler(r http.Router, srv NotifyServiceHandler, opts ...http.HandleOption) + func RegisterNotifyServiceImp(regester transport.Register, srv NotifyServiceServer, ...) + func RegisterNotifyServiceServer(s grpc1.ServiceRegistrar, srv NotifyServiceServer, opts ...grpc1.HandleOption) + func ServiceNames(svr ...string) []string + func Types() []reflect.Type + type Behavior struct + Group string + func (*Behavior) Descriptor() ([]byte, []int) + func (*Behavior) ProtoMessage() + func (m *Behavior) MarshalJSON() ([]byte, error) + func (m *Behavior) UnmarshalJSON(b []byte) error + func (m *Behavior) UnmarshalURLValues(prefix string, values url.Values) error + func (this *Behavior) Validate() error + func (x *Behavior) GetGroup() string + func (x *Behavior) ProtoReflect() protoreflect.Message + func (x *Behavior) Reset() + func (x *Behavior) String() string + type CreateNotifyRequest struct + Attribute map[string]string + Channels []string + NotifyGroupId int64 + NotifyName string + Scope string + ScopeId string + TemplateId []string + func (*CreateNotifyRequest) Descriptor() ([]byte, []int) + func (*CreateNotifyRequest) ProtoMessage() + func (m *CreateNotifyRequest) MarshalJSON() ([]byte, error) + func (m *CreateNotifyRequest) UnmarshalJSON(b []byte) error + func (m *CreateNotifyRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *CreateNotifyRequest) Validate() error + func (x *CreateNotifyRequest) GetAttribute() map[string]string + func (x *CreateNotifyRequest) GetChannels() []string + func (x *CreateNotifyRequest) GetNotifyGroupId() int64 + func (x *CreateNotifyRequest) GetNotifyName() string + func (x *CreateNotifyRequest) GetScope() string + func (x *CreateNotifyRequest) GetScopeId() string + func (x *CreateNotifyRequest) GetTemplateId() []string + func (x *CreateNotifyRequest) ProtoReflect() protoreflect.Message + func (x *CreateNotifyRequest) Reset() + func (x *CreateNotifyRequest) String() string + type CreateNotifyResponse struct + Data uint64 + func (*CreateNotifyResponse) Descriptor() ([]byte, []int) + func (*CreateNotifyResponse) ProtoMessage() + func (m *CreateNotifyResponse) MarshalJSON() ([]byte, error) + func (m *CreateNotifyResponse) UnmarshalJSON(b []byte) error + func (m *CreateNotifyResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *CreateNotifyResponse) Validate() error + func (x *CreateNotifyResponse) GetData() uint64 + func (x *CreateNotifyResponse) ProtoReflect() protoreflect.Message + func (x *CreateNotifyResponse) Reset() + func (x *CreateNotifyResponse) String() string + type CreateUserDefineNotifyTemplateRequest struct + Formats map[string]string + Group string + Name string + Scope string + ScopeId string + Targets []string + Template []string + Title []string + Trigger []string + func (*CreateUserDefineNotifyTemplateRequest) Descriptor() ([]byte, []int) + func (*CreateUserDefineNotifyTemplateRequest) ProtoMessage() + func (m *CreateUserDefineNotifyTemplateRequest) MarshalJSON() ([]byte, error) + func (m *CreateUserDefineNotifyTemplateRequest) UnmarshalJSON(b []byte) error + func (m *CreateUserDefineNotifyTemplateRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *CreateUserDefineNotifyTemplateRequest) Validate() error + func (x *CreateUserDefineNotifyTemplateRequest) GetFormats() map[string]string + func (x *CreateUserDefineNotifyTemplateRequest) GetGroup() string + func (x *CreateUserDefineNotifyTemplateRequest) GetName() string + func (x *CreateUserDefineNotifyTemplateRequest) GetScope() string + func (x *CreateUserDefineNotifyTemplateRequest) GetScopeId() string + func (x *CreateUserDefineNotifyTemplateRequest) GetTargets() []string + func (x *CreateUserDefineNotifyTemplateRequest) GetTemplate() []string + func (x *CreateUserDefineNotifyTemplateRequest) GetTitle() []string + func (x *CreateUserDefineNotifyTemplateRequest) GetTrigger() []string + func (x *CreateUserDefineNotifyTemplateRequest) ProtoReflect() protoreflect.Message + func (x *CreateUserDefineNotifyTemplateRequest) Reset() + func (x *CreateUserDefineNotifyTemplateRequest) String() string + type CreateUserDefineNotifyTemplateResponse struct + Data uint64 + func (*CreateUserDefineNotifyTemplateResponse) Descriptor() ([]byte, []int) + func (*CreateUserDefineNotifyTemplateResponse) ProtoMessage() + func (m *CreateUserDefineNotifyTemplateResponse) MarshalJSON() ([]byte, error) + func (m *CreateUserDefineNotifyTemplateResponse) UnmarshalJSON(b []byte) error + func (m *CreateUserDefineNotifyTemplateResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *CreateUserDefineNotifyTemplateResponse) Validate() error + func (x *CreateUserDefineNotifyTemplateResponse) GetData() uint64 + func (x *CreateUserDefineNotifyTemplateResponse) ProtoReflect() protoreflect.Message + func (x *CreateUserDefineNotifyTemplateResponse) Reset() + func (x *CreateUserDefineNotifyTemplateResponse) String() string + type DeleteNotifyRequest struct + Id int64 + Scope string + ScopeId string + func (*DeleteNotifyRequest) Descriptor() ([]byte, []int) + func (*DeleteNotifyRequest) ProtoMessage() + func (m *DeleteNotifyRequest) MarshalJSON() ([]byte, error) + func (m *DeleteNotifyRequest) UnmarshalJSON(b []byte) error + func (m *DeleteNotifyRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *DeleteNotifyRequest) Validate() error + func (x *DeleteNotifyRequest) GetId() int64 + func (x *DeleteNotifyRequest) GetScope() string + func (x *DeleteNotifyRequest) GetScopeId() string + func (x *DeleteNotifyRequest) ProtoReflect() protoreflect.Message + func (x *DeleteNotifyRequest) Reset() + func (x *DeleteNotifyRequest) String() string + type DeleteNotifyResponse struct + Data int64 + func (*DeleteNotifyResponse) Descriptor() ([]byte, []int) + func (*DeleteNotifyResponse) ProtoMessage() + func (m *DeleteNotifyResponse) MarshalJSON() ([]byte, error) + func (m *DeleteNotifyResponse) UnmarshalJSON(b []byte) error + func (m *DeleteNotifyResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *DeleteNotifyResponse) Validate() error + func (x *DeleteNotifyResponse) GetData() int64 + func (x *DeleteNotifyResponse) ProtoReflect() protoreflect.Message + func (x *DeleteNotifyResponse) Reset() + func (x *DeleteNotifyResponse) String() string + type GetAllGroupData struct + Name string + Type string + Value string + func (*GetAllGroupData) Descriptor() ([]byte, []int) + func (*GetAllGroupData) ProtoMessage() + func (m *GetAllGroupData) MarshalJSON() ([]byte, error) + func (m *GetAllGroupData) UnmarshalJSON(b []byte) error + func (m *GetAllGroupData) UnmarshalURLValues(prefix string, values url.Values) error + func (this *GetAllGroupData) Validate() error + func (x *GetAllGroupData) GetName() string + func (x *GetAllGroupData) GetType() string + func (x *GetAllGroupData) GetValue() string + func (x *GetAllGroupData) ProtoReflect() protoreflect.Message + func (x *GetAllGroupData) Reset() + func (x *GetAllGroupData) String() string + type GetAllGroupsRequest struct + Scope string + ScopeId string + func (*GetAllGroupsRequest) Descriptor() ([]byte, []int) + func (*GetAllGroupsRequest) ProtoMessage() + func (m *GetAllGroupsRequest) MarshalJSON() ([]byte, error) + func (m *GetAllGroupsRequest) UnmarshalJSON(b []byte) error + func (m *GetAllGroupsRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *GetAllGroupsRequest) Validate() error + func (x *GetAllGroupsRequest) GetScope() string + func (x *GetAllGroupsRequest) GetScopeId() string + func (x *GetAllGroupsRequest) ProtoReflect() protoreflect.Message + func (x *GetAllGroupsRequest) Reset() + func (x *GetAllGroupsRequest) String() string + type GetAllGroupsResponse struct + Data []*GetAllGroupData + func (*GetAllGroupsResponse) Descriptor() ([]byte, []int) + func (*GetAllGroupsResponse) ProtoMessage() + func (m *GetAllGroupsResponse) MarshalJSON() ([]byte, error) + func (m *GetAllGroupsResponse) UnmarshalJSON(b []byte) error + func (m *GetAllGroupsResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *GetAllGroupsResponse) Validate() error + func (x *GetAllGroupsResponse) GetData() []*GetAllGroupData + func (x *GetAllGroupsResponse) ProtoReflect() protoreflect.Message + func (x *GetAllGroupsResponse) Reset() + func (x *GetAllGroupsResponse) String() string + type GetAllNotifyTemplatesRequest struct + func (*GetAllNotifyTemplatesRequest) Descriptor() ([]byte, []int) + func (*GetAllNotifyTemplatesRequest) ProtoMessage() + func (m *GetAllNotifyTemplatesRequest) MarshalJSON() ([]byte, error) + func (m *GetAllNotifyTemplatesRequest) UnmarshalJSON(b []byte) error + func (m *GetAllNotifyTemplatesRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *GetAllNotifyTemplatesRequest) Validate() error + func (x *GetAllNotifyTemplatesRequest) ProtoReflect() protoreflect.Message + func (x *GetAllNotifyTemplatesRequest) Reset() + func (x *GetAllNotifyTemplatesRequest) String() string + type GetAllNotifyTemplatesResponse struct + Data []*Model + func (*GetAllNotifyTemplatesResponse) Descriptor() ([]byte, []int) + func (*GetAllNotifyTemplatesResponse) ProtoMessage() + func (m *GetAllNotifyTemplatesResponse) MarshalJSON() ([]byte, error) + func (m *GetAllNotifyTemplatesResponse) UnmarshalJSON(b []byte) error + func (m *GetAllNotifyTemplatesResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *GetAllNotifyTemplatesResponse) Validate() error + func (x *GetAllNotifyTemplatesResponse) GetData() []*Model + func (x *GetAllNotifyTemplatesResponse) ProtoReflect() protoreflect.Message + func (x *GetAllNotifyTemplatesResponse) Reset() + func (x *GetAllNotifyTemplatesResponse) String() string + type GetNotifyDetailRequest struct + Id int64 + func (*GetNotifyDetailRequest) Descriptor() ([]byte, []int) + func (*GetNotifyDetailRequest) ProtoMessage() + func (m *GetNotifyDetailRequest) MarshalJSON() ([]byte, error) + func (m *GetNotifyDetailRequest) UnmarshalJSON(b []byte) error + func (m *GetNotifyDetailRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *GetNotifyDetailRequest) Validate() error + func (x *GetNotifyDetailRequest) GetId() int64 + func (x *GetNotifyDetailRequest) ProtoReflect() protoreflect.Message + func (x *GetNotifyDetailRequest) Reset() + func (x *GetNotifyDetailRequest) String() string + type GetNotifyDetailResponse struct + Data *NotifyDetailResponse + func (*GetNotifyDetailResponse) Descriptor() ([]byte, []int) + func (*GetNotifyDetailResponse) ProtoMessage() + func (m *GetNotifyDetailResponse) MarshalJSON() ([]byte, error) + func (m *GetNotifyDetailResponse) UnmarshalJSON(b []byte) error + func (m *GetNotifyDetailResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *GetNotifyDetailResponse) Validate() error + func (x *GetNotifyDetailResponse) GetData() *NotifyDetailResponse + func (x *GetNotifyDetailResponse) ProtoReflect() protoreflect.Message + func (x *GetNotifyDetailResponse) Reset() + func (x *GetNotifyDetailResponse) String() string + type GetNotifyRes struct + Id string + Name string + func (*GetNotifyRes) Descriptor() ([]byte, []int) + func (*GetNotifyRes) ProtoMessage() + func (m *GetNotifyRes) MarshalJSON() ([]byte, error) + func (m *GetNotifyRes) UnmarshalJSON(b []byte) error + func (m *GetNotifyRes) UnmarshalURLValues(prefix string, values url.Values) error + func (this *GetNotifyRes) Validate() error + func (x *GetNotifyRes) GetId() string + func (x *GetNotifyRes) GetName() string + func (x *GetNotifyRes) ProtoReflect() protoreflect.Message + func (x *GetNotifyRes) Reset() + func (x *GetNotifyRes) String() string + type GetNotifyTemplateRequest struct + Name string + Scope string + ScopeId string + Type string + func (*GetNotifyTemplateRequest) Descriptor() ([]byte, []int) + func (*GetNotifyTemplateRequest) ProtoMessage() + func (m *GetNotifyTemplateRequest) MarshalJSON() ([]byte, error) + func (m *GetNotifyTemplateRequest) UnmarshalJSON(b []byte) error + func (m *GetNotifyTemplateRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *GetNotifyTemplateRequest) Validate() error + func (x *GetNotifyTemplateRequest) GetName() string + func (x *GetNotifyTemplateRequest) GetScope() string + func (x *GetNotifyTemplateRequest) GetScopeId() string + func (x *GetNotifyTemplateRequest) GetType() string + func (x *GetNotifyTemplateRequest) ProtoReflect() protoreflect.Message + func (x *GetNotifyTemplateRequest) Reset() + func (x *GetNotifyTemplateRequest) String() string + type GetNotifyTemplateResponse struct + Data []*GetNotifyRes + func (*GetNotifyTemplateResponse) Descriptor() ([]byte, []int) + func (*GetNotifyTemplateResponse) ProtoMessage() + func (m *GetNotifyTemplateResponse) MarshalJSON() ([]byte, error) + func (m *GetNotifyTemplateResponse) UnmarshalJSON(b []byte) error + func (m *GetNotifyTemplateResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *GetNotifyTemplateResponse) Validate() error + func (x *GetNotifyTemplateResponse) GetData() []*GetNotifyRes + func (x *GetNotifyTemplateResponse) ProtoReflect() protoreflect.Message + func (x *GetNotifyTemplateResponse) Reset() + func (x *GetNotifyTemplateResponse) String() string + type GetUserNotifyListRequest struct + Scope string + ScopeId string + func (*GetUserNotifyListRequest) Descriptor() ([]byte, []int) + func (*GetUserNotifyListRequest) ProtoMessage() + func (m *GetUserNotifyListRequest) MarshalJSON() ([]byte, error) + func (m *GetUserNotifyListRequest) UnmarshalJSON(b []byte) error + func (m *GetUserNotifyListRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *GetUserNotifyListRequest) Validate() error + func (x *GetUserNotifyListRequest) GetScope() string + func (x *GetUserNotifyListRequest) GetScopeId() string + func (x *GetUserNotifyListRequest) ProtoReflect() protoreflect.Message + func (x *GetUserNotifyListRequest) Reset() + func (x *GetUserNotifyListRequest) String() string + type GetUserNotifyListResponse struct + Data []*NotifyRes + func (*GetUserNotifyListResponse) Descriptor() ([]byte, []int) + func (*GetUserNotifyListResponse) ProtoMessage() + func (m *GetUserNotifyListResponse) MarshalJSON() ([]byte, error) + func (m *GetUserNotifyListResponse) UnmarshalJSON(b []byte) error + func (m *GetUserNotifyListResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *GetUserNotifyListResponse) Validate() error + func (x *GetUserNotifyListResponse) GetData() []*NotifyRes + func (x *GetUserNotifyListResponse) ProtoReflect() protoreflect.Message + func (x *GetUserNotifyListResponse) Reset() + func (x *GetUserNotifyListResponse) String() string + type Metadata struct + Module string + Name string + Scope []string + Type string + func (*Metadata) Descriptor() ([]byte, []int) + func (*Metadata) ProtoMessage() + func (m *Metadata) MarshalJSON() ([]byte, error) + func (m *Metadata) UnmarshalJSON(b []byte) error + func (m *Metadata) UnmarshalURLValues(prefix string, values url.Values) error + func (this *Metadata) Validate() error + func (x *Metadata) GetModule() string + func (x *Metadata) GetName() string + func (x *Metadata) GetScope() []string + func (x *Metadata) GetType() string + func (x *Metadata) ProtoReflect() protoreflect.Message + func (x *Metadata) Reset() + func (x *Metadata) String() string + type Model struct + Behavior *Behavior + Id string + Metadata *Metadata + Templates []*Templates + func (*Model) Descriptor() ([]byte, []int) + func (*Model) ProtoMessage() + func (m *Model) MarshalJSON() ([]byte, error) + func (m *Model) UnmarshalJSON(b []byte) error + func (m *Model) UnmarshalURLValues(prefix string, values url.Values) error + func (this *Model) Validate() error + func (x *Model) GetBehavior() *Behavior + func (x *Model) GetId() string + func (x *Model) GetMetadata() *Metadata + func (x *Model) GetTemplates() []*Templates + func (x *Model) ProtoReflect() protoreflect.Message + func (x *Model) Reset() + func (x *Model) String() string + type NotifyDetailResponse struct + GroupType string + Id int64 + NotifyId string + NotifyName string + Target string + func (*NotifyDetailResponse) Descriptor() ([]byte, []int) + func (*NotifyDetailResponse) ProtoMessage() + func (m *NotifyDetailResponse) MarshalJSON() ([]byte, error) + func (m *NotifyDetailResponse) UnmarshalJSON(b []byte) error + func (m *NotifyDetailResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *NotifyDetailResponse) Validate() error + func (x *NotifyDetailResponse) GetGroupType() string + func (x *NotifyDetailResponse) GetId() int64 + func (x *NotifyDetailResponse) GetNotifyId() string + func (x *NotifyDetailResponse) GetNotifyName() string + func (x *NotifyDetailResponse) GetTarget() string + func (x *NotifyDetailResponse) ProtoReflect() protoreflect.Message + func (x *NotifyDetailResponse) Reset() + func (x *NotifyDetailResponse) String() string + type NotifyEnableRequest struct + Id int64 + Scope string + ScopeId string + func (*NotifyEnableRequest) Descriptor() ([]byte, []int) + func (*NotifyEnableRequest) ProtoMessage() + func (m *NotifyEnableRequest) MarshalJSON() ([]byte, error) + func (m *NotifyEnableRequest) UnmarshalJSON(b []byte) error + func (m *NotifyEnableRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *NotifyEnableRequest) Validate() error + func (x *NotifyEnableRequest) GetId() int64 + func (x *NotifyEnableRequest) GetScope() string + func (x *NotifyEnableRequest) GetScopeId() string + func (x *NotifyEnableRequest) ProtoReflect() protoreflect.Message + func (x *NotifyEnableRequest) Reset() + func (x *NotifyEnableRequest) String() string + type NotifyEnableResponse struct + func (*NotifyEnableResponse) Descriptor() ([]byte, []int) + func (*NotifyEnableResponse) ProtoMessage() + func (m *NotifyEnableResponse) MarshalJSON() ([]byte, error) + func (m *NotifyEnableResponse) UnmarshalJSON(b []byte) error + func (m *NotifyEnableResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *NotifyEnableResponse) Validate() error + func (x *NotifyEnableResponse) ProtoReflect() protoreflect.Message + func (x *NotifyEnableResponse) Reset() + func (x *NotifyEnableResponse) String() string + type NotifyRes struct + CreatedAt *timestamppb.Timestamp + Enable bool + GroupInfo []*NotifyTarget + Id int64 + Items []string + NotifyId string + NotifyName string + Target string + func (*NotifyRes) Descriptor() ([]byte, []int) + func (*NotifyRes) ProtoMessage() + func (m *NotifyRes) MarshalJSON() ([]byte, error) + func (m *NotifyRes) UnmarshalJSON(b []byte) error + func (m *NotifyRes) UnmarshalURLValues(prefix string, values url.Values) error + func (this *NotifyRes) Validate() error + func (x *NotifyRes) GetCreatedAt() *timestamppb.Timestamp + func (x *NotifyRes) GetEnable() bool + func (x *NotifyRes) GetGroupInfo() []*NotifyTarget + func (x *NotifyRes) GetId() int64 + func (x *NotifyRes) GetItems() []string + func (x *NotifyRes) GetNotifyId() string + func (x *NotifyRes) GetNotifyName() string + func (x *NotifyRes) GetTarget() string + func (x *NotifyRes) ProtoReflect() protoreflect.Message + func (x *NotifyRes) Reset() + func (x *NotifyRes) String() string + type NotifyServiceClient interface + CreateNotify func(ctx context.Context, in *CreateNotifyRequest, opts ...grpc.CallOption) (*CreateNotifyResponse, error) + CreateUserDefineNotifyTemplate func(ctx context.Context, in *CreateUserDefineNotifyTemplateRequest, ...) (*CreateUserDefineNotifyTemplateResponse, error) + DeleteNotify func(ctx context.Context, in *DeleteNotifyRequest, opts ...grpc.CallOption) (*DeleteNotifyResponse, error) + GetAllGroups func(ctx context.Context, in *GetAllGroupsRequest, opts ...grpc.CallOption) (*GetAllGroupsResponse, error) + GetAllNotifyTemplates func(ctx context.Context, in *GetAllNotifyTemplatesRequest, opts ...grpc.CallOption) (*GetAllNotifyTemplatesResponse, error) + GetNotifyDetail func(ctx context.Context, in *GetNotifyDetailRequest, opts ...grpc.CallOption) (*GetNotifyDetailResponse, error) + GetNotifyTemplate func(ctx context.Context, in *GetNotifyTemplateRequest, opts ...grpc.CallOption) (*GetNotifyTemplateResponse, error) + GetUserNotifyList func(ctx context.Context, in *GetUserNotifyListRequest, opts ...grpc.CallOption) (*GetUserNotifyListResponse, error) + NotifyEnable func(ctx context.Context, in *NotifyEnableRequest, opts ...grpc.CallOption) (*NotifyEnableResponse, error) + UpdateNotify func(ctx context.Context, in *UpdateNotifyRequest, opts ...grpc.CallOption) (*UpdateNotifyResponse, error) + func NewNotifyServiceClient(cc grpc1.ClientConnInterface) NotifyServiceClient + type NotifyServiceHandler interface + CreateNotify func(context.Context, *CreateNotifyRequest) (*CreateNotifyResponse, error) + CreateUserDefineNotifyTemplate func(context.Context, *CreateUserDefineNotifyTemplateRequest) (*CreateUserDefineNotifyTemplateResponse, error) + DeleteNotify func(context.Context, *DeleteNotifyRequest) (*DeleteNotifyResponse, error) + GetAllGroups func(context.Context, *GetAllGroupsRequest) (*GetAllGroupsResponse, error) + GetAllNotifyTemplates func(context.Context, *GetAllNotifyTemplatesRequest) (*GetAllNotifyTemplatesResponse, error) + GetNotifyDetail func(context.Context, *GetNotifyDetailRequest) (*GetNotifyDetailResponse, error) + GetNotifyTemplate func(context.Context, *GetNotifyTemplateRequest) (*GetNotifyTemplateResponse, error) + GetUserNotifyList func(context.Context, *GetUserNotifyListRequest) (*GetUserNotifyListResponse, error) + NotifyEnable func(context.Context, *NotifyEnableRequest) (*NotifyEnableResponse, error) + UpdateNotify func(context.Context, *UpdateNotifyRequest) (*UpdateNotifyResponse, error) + type NotifyServiceServer interface + CreateNotify func(context.Context, *CreateNotifyRequest) (*CreateNotifyResponse, error) + CreateUserDefineNotifyTemplate func(context.Context, *CreateUserDefineNotifyTemplateRequest) (*CreateUserDefineNotifyTemplateResponse, error) + DeleteNotify func(context.Context, *DeleteNotifyRequest) (*DeleteNotifyResponse, error) + GetAllGroups func(context.Context, *GetAllGroupsRequest) (*GetAllGroupsResponse, error) + GetAllNotifyTemplates func(context.Context, *GetAllNotifyTemplatesRequest) (*GetAllNotifyTemplatesResponse, error) + GetNotifyDetail func(context.Context, *GetNotifyDetailRequest) (*GetNotifyDetailResponse, error) + GetNotifyTemplate func(context.Context, *GetNotifyTemplateRequest) (*GetNotifyTemplateResponse, error) + GetUserNotifyList func(context.Context, *GetUserNotifyListRequest) (*GetUserNotifyListResponse, error) + NotifyEnable func(context.Context, *NotifyEnableRequest) (*NotifyEnableResponse, error) + UpdateNotify func(context.Context, *UpdateNotifyRequest) (*UpdateNotifyResponse, error) + type NotifyTarget struct + Type string + Values []*TargetValue + func (*NotifyTarget) Descriptor() ([]byte, []int) + func (*NotifyTarget) ProtoMessage() + func (m *NotifyTarget) MarshalJSON() ([]byte, error) + func (m *NotifyTarget) UnmarshalJSON(b []byte) error + func (m *NotifyTarget) UnmarshalURLValues(prefix string, values url.Values) error + func (this *NotifyTarget) Validate() error + func (x *NotifyTarget) GetType() string + func (x *NotifyTarget) GetValues() []*TargetValue + func (x *NotifyTarget) ProtoReflect() protoreflect.Message + func (x *NotifyTarget) Reset() + func (x *NotifyTarget) String() string + type Render struct + Formats map[string]string + Template string + Title string + func (*Render) Descriptor() ([]byte, []int) + func (*Render) ProtoMessage() + func (m *Render) MarshalJSON() ([]byte, error) + func (m *Render) UnmarshalJSON(b []byte) error + func (m *Render) UnmarshalURLValues(prefix string, values url.Values) error + func (this *Render) Validate() error + func (x *Render) GetFormats() map[string]string + func (x *Render) GetTemplate() string + func (x *Render) GetTitle() string + func (x *Render) ProtoReflect() protoreflect.Message + func (x *Render) Reset() + func (x *Render) String() string + type TargetValue struct + Receiver string + Secret string + func (*TargetValue) Descriptor() ([]byte, []int) + func (*TargetValue) ProtoMessage() + func (m *TargetValue) MarshalJSON() ([]byte, error) + func (m *TargetValue) UnmarshalJSON(b []byte) error + func (m *TargetValue) UnmarshalURLValues(prefix string, values url.Values) error + func (this *TargetValue) Validate() error + func (x *TargetValue) GetReceiver() string + func (x *TargetValue) GetSecret() string + func (x *TargetValue) ProtoReflect() protoreflect.Message + func (x *TargetValue) Reset() + func (x *TargetValue) String() string + type Templates struct + I18N []string + Render *Render + Targets []string + Trigger []string + func (*Templates) Descriptor() ([]byte, []int) + func (*Templates) ProtoMessage() + func (m *Templates) MarshalJSON() ([]byte, error) + func (m *Templates) UnmarshalJSON(b []byte) error + func (m *Templates) UnmarshalURLValues(prefix string, values url.Values) error + func (this *Templates) Validate() error + func (x *Templates) GetI18N() []string + func (x *Templates) GetRender() *Render + func (x *Templates) GetTargets() []string + func (x *Templates) GetTrigger() []string + func (x *Templates) ProtoReflect() protoreflect.Message + func (x *Templates) Reset() + func (x *Templates) String() string + type UnimplementedNotifyServiceServer struct + func (*UnimplementedNotifyServiceServer) CreateNotify(context.Context, *CreateNotifyRequest) (*CreateNotifyResponse, error) + func (*UnimplementedNotifyServiceServer) CreateUserDefineNotifyTemplate(context.Context, *CreateUserDefineNotifyTemplateRequest) (*CreateUserDefineNotifyTemplateResponse, error) + func (*UnimplementedNotifyServiceServer) DeleteNotify(context.Context, *DeleteNotifyRequest) (*DeleteNotifyResponse, error) + func (*UnimplementedNotifyServiceServer) GetAllGroups(context.Context, *GetAllGroupsRequest) (*GetAllGroupsResponse, error) + func (*UnimplementedNotifyServiceServer) GetAllNotifyTemplates(context.Context, *GetAllNotifyTemplatesRequest) (*GetAllNotifyTemplatesResponse, error) + func (*UnimplementedNotifyServiceServer) GetNotifyDetail(context.Context, *GetNotifyDetailRequest) (*GetNotifyDetailResponse, error) + func (*UnimplementedNotifyServiceServer) GetNotifyTemplate(context.Context, *GetNotifyTemplateRequest) (*GetNotifyTemplateResponse, error) + func (*UnimplementedNotifyServiceServer) GetUserNotifyList(context.Context, *GetUserNotifyListRequest) (*GetUserNotifyListResponse, error) + func (*UnimplementedNotifyServiceServer) NotifyEnable(context.Context, *NotifyEnableRequest) (*NotifyEnableResponse, error) + func (*UnimplementedNotifyServiceServer) UpdateNotify(context.Context, *UpdateNotifyRequest) (*UpdateNotifyResponse, error) + type UpdateNotifyRequest struct + Attribute map[string]string + Channels []string + Id int64 + NotifyGroupId int64 + Scope string + ScopeId string + TemplateId []string + func (*UpdateNotifyRequest) Descriptor() ([]byte, []int) + func (*UpdateNotifyRequest) ProtoMessage() + func (m *UpdateNotifyRequest) MarshalJSON() ([]byte, error) + func (m *UpdateNotifyRequest) UnmarshalJSON(b []byte) error + func (m *UpdateNotifyRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *UpdateNotifyRequest) Validate() error + func (x *UpdateNotifyRequest) GetAttribute() map[string]string + func (x *UpdateNotifyRequest) GetChannels() []string + func (x *UpdateNotifyRequest) GetId() int64 + func (x *UpdateNotifyRequest) GetNotifyGroupId() int64 + func (x *UpdateNotifyRequest) GetScope() string + func (x *UpdateNotifyRequest) GetScopeId() string + func (x *UpdateNotifyRequest) GetTemplateId() []string + func (x *UpdateNotifyRequest) ProtoReflect() protoreflect.Message + func (x *UpdateNotifyRequest) Reset() + func (x *UpdateNotifyRequest) String() string + type UpdateNotifyResponse struct + Data int64 + func (*UpdateNotifyResponse) Descriptor() ([]byte, []int) + func (*UpdateNotifyResponse) ProtoMessage() + func (m *UpdateNotifyResponse) MarshalJSON() ([]byte, error) + func (m *UpdateNotifyResponse) UnmarshalJSON(b []byte) error + func (m *UpdateNotifyResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *UpdateNotifyResponse) Validate() error + func (x *UpdateNotifyResponse) GetData() int64 + func (x *UpdateNotifyResponse) ProtoReflect() protoreflect.Message + func (x *UpdateNotifyResponse) Reset() + func (x *UpdateNotifyResponse) String() string