v2

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 12, 2022 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const OperationNotifyCreateNotify = "/api.notify.v2.Notify/CreateNotify"
View Source
const OperationNotifyCreateReportJob = "/api.notify.v2.Notify/CreateReportJob"
View Source
const OperationNotifyCreateToDoJob = "/api.notify.v2.Notify/CreateToDoJob"
View Source
const OperationNotifyDeleteNotify = "/api.notify.v2.Notify/DeleteNotify"
View Source
const OperationNotifyDeleteReportJob = "/api.notify.v2.Notify/DeleteReportJob"
View Source
const OperationNotifyDeleteToDoJob = "/api.notify.v2.Notify/DeleteToDoJob"
View Source
const OperationNotifyGetNotify = "/api.notify.v2.Notify/GetNotify"
View Source
const OperationNotifyListNotify = "/api.notify.v2.Notify/ListNotify"
View Source
const OperationNotifyUpdateNotify = "/api.notify.v2.Notify/UpdateNotify"

Variables

View Source
var (
	ErrorReason_name = map[int32]string{
		0: "NOTIFY_UNSPECIFIED",
		1: "NOTIFY_NOT_FOUND",
		2: "NOTIFY_INTERNAL_SERVER_ERROR",
	}
	ErrorReason_value = map[string]int32{
		"NOTIFY_UNSPECIFIED":           0,
		"NOTIFY_NOT_FOUND":             1,
		"NOTIFY_INTERNAL_SERVER_ERROR": 2,
	}
)

Enum value maps for ErrorReason.

View Source
var File_notify_v2_error_reason_proto protoreflect.FileDescriptor
View Source
var File_notify_v2_notify_proto protoreflect.FileDescriptor
View Source
var Notify_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "api.notify.v2.Notify",
	HandlerType: (*NotifyServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateNotify",
			Handler:    _Notify_CreateNotify_Handler,
		},
		{
			MethodName: "UpdateNotify",
			Handler:    _Notify_UpdateNotify_Handler,
		},
		{
			MethodName: "DeleteNotify",
			Handler:    _Notify_DeleteNotify_Handler,
		},
		{
			MethodName: "GetNotify",
			Handler:    _Notify_GetNotify_Handler,
		},
		{
			MethodName: "ListNotify",
			Handler:    _Notify_ListNotify_Handler,
		},
		{
			MethodName: "CreateToDoJob",
			Handler:    _Notify_CreateToDoJob_Handler,
		},
		{
			MethodName: "DeleteToDoJob",
			Handler:    _Notify_DeleteToDoJob_Handler,
		},
		{
			MethodName: "CreateReportJob",
			Handler:    _Notify_CreateReportJob_Handler,
		},
		{
			MethodName: "DeleteReportJob",
			Handler:    _Notify_DeleteReportJob_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "notify/v2/notify.proto",
}

Notify_ServiceDesc is the grpc.ServiceDesc for Notify service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterNotifyHTTPServer

func RegisterNotifyHTTPServer(s *http.Server, srv NotifyHTTPServer)

func RegisterNotifyServer

func RegisterNotifyServer(s grpc.ServiceRegistrar, srv NotifyServer)

Types

type CreateNotifyReply

type CreateNotifyReply struct {
	Code    uint32                  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Data    *CreateNotifyReply_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Message string                  `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateNotifyReply) Descriptor deprecated

func (*CreateNotifyReply) Descriptor() ([]byte, []int)

Deprecated: Use CreateNotifyReply.ProtoReflect.Descriptor instead.

func (*CreateNotifyReply) GetCode

func (x *CreateNotifyReply) GetCode() uint32

func (*CreateNotifyReply) GetData

func (*CreateNotifyReply) GetMessage

func (x *CreateNotifyReply) GetMessage() string

func (*CreateNotifyReply) ProtoMessage

func (*CreateNotifyReply) ProtoMessage()

func (*CreateNotifyReply) ProtoReflect

func (x *CreateNotifyReply) ProtoReflect() protoreflect.Message

func (*CreateNotifyReply) Reset

func (x *CreateNotifyReply) Reset()

func (*CreateNotifyReply) String

func (x *CreateNotifyReply) String() string

func (*CreateNotifyReply) Validate

func (m *CreateNotifyReply) Validate() error

Validate checks the field values on CreateNotifyReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateNotifyReply) ValidateAll

func (m *CreateNotifyReply) ValidateAll() error

ValidateAll checks the field values on CreateNotifyReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateNotifyReplyMultiError, or nil if none found.

type CreateNotifyReplyMultiError

type CreateNotifyReplyMultiError []error

CreateNotifyReplyMultiError is an error wrapping multiple validation errors returned by CreateNotifyReply.ValidateAll() if the designated constraints aren't met.

func (CreateNotifyReplyMultiError) AllErrors

func (m CreateNotifyReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateNotifyReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateNotifyReplyValidationError

type CreateNotifyReplyValidationError struct {
	// contains filtered or unexported fields
}

CreateNotifyReplyValidationError is the validation error returned by CreateNotifyReply.Validate if the designated constraints aren't met.

func (CreateNotifyReplyValidationError) Cause

Cause function returns cause value.

func (CreateNotifyReplyValidationError) Error

Error satisfies the builtin error interface

func (CreateNotifyReplyValidationError) ErrorName

ErrorName returns error name.

func (CreateNotifyReplyValidationError) Field

Field function returns field value.

func (CreateNotifyReplyValidationError) Key

Key function returns key value.

func (CreateNotifyReplyValidationError) Reason

Reason function returns reason value.

type CreateNotifyReply_Data

type CreateNotifyReply_Data struct {
	// contains filtered or unexported fields
}

func (*CreateNotifyReply_Data) Descriptor deprecated

func (*CreateNotifyReply_Data) Descriptor() ([]byte, []int)

Deprecated: Use CreateNotifyReply_Data.ProtoReflect.Descriptor instead.

func (*CreateNotifyReply_Data) ProtoMessage

func (*CreateNotifyReply_Data) ProtoMessage()

func (*CreateNotifyReply_Data) ProtoReflect

func (x *CreateNotifyReply_Data) ProtoReflect() protoreflect.Message

func (*CreateNotifyReply_Data) Reset

func (x *CreateNotifyReply_Data) Reset()

func (*CreateNotifyReply_Data) String

func (x *CreateNotifyReply_Data) String() string

func (*CreateNotifyReply_Data) Validate

func (m *CreateNotifyReply_Data) Validate() error

Validate checks the field values on CreateNotifyReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateNotifyReply_Data) ValidateAll

func (m *CreateNotifyReply_Data) ValidateAll() error

ValidateAll checks the field values on CreateNotifyReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateNotifyReply_DataMultiError, or nil if none found.

type CreateNotifyReply_DataMultiError

type CreateNotifyReply_DataMultiError []error

CreateNotifyReply_DataMultiError is an error wrapping multiple validation errors returned by CreateNotifyReply_Data.ValidateAll() if the designated constraints aren't met.

func (CreateNotifyReply_DataMultiError) AllErrors

func (m CreateNotifyReply_DataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateNotifyReply_DataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateNotifyReply_DataValidationError

type CreateNotifyReply_DataValidationError struct {
	// contains filtered or unexported fields
}

CreateNotifyReply_DataValidationError is the validation error returned by CreateNotifyReply_Data.Validate if the designated constraints aren't met.

func (CreateNotifyReply_DataValidationError) Cause

Cause function returns cause value.

func (CreateNotifyReply_DataValidationError) Error

Error satisfies the builtin error interface

func (CreateNotifyReply_DataValidationError) ErrorName

ErrorName returns error name.

func (CreateNotifyReply_DataValidationError) Field

Field function returns field value.

func (CreateNotifyReply_DataValidationError) Key

Key function returns key value.

func (CreateNotifyReply_DataValidationError) Reason

Reason function returns reason value.

type CreateNotifyRequest

type CreateNotifyRequest struct {
	// contains filtered or unexported fields
}

func (*CreateNotifyRequest) Descriptor deprecated

func (*CreateNotifyRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateNotifyRequest.ProtoReflect.Descriptor instead.

func (*CreateNotifyRequest) ProtoMessage

func (*CreateNotifyRequest) ProtoMessage()

func (*CreateNotifyRequest) ProtoReflect

func (x *CreateNotifyRequest) ProtoReflect() protoreflect.Message

func (*CreateNotifyRequest) Reset

func (x *CreateNotifyRequest) Reset()

func (*CreateNotifyRequest) String

func (x *CreateNotifyRequest) String() string

func (*CreateNotifyRequest) Validate

func (m *CreateNotifyRequest) Validate() error

Validate checks the field values on CreateNotifyRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateNotifyRequest) ValidateAll

func (m *CreateNotifyRequest) ValidateAll() error

ValidateAll checks the field values on CreateNotifyRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateNotifyRequestMultiError, or nil if none found.

type CreateNotifyRequestMultiError

type CreateNotifyRequestMultiError []error

CreateNotifyRequestMultiError is an error wrapping multiple validation errors returned by CreateNotifyRequest.ValidateAll() if the designated constraints aren't met.

func (CreateNotifyRequestMultiError) AllErrors

func (m CreateNotifyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateNotifyRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateNotifyRequestValidationError

type CreateNotifyRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateNotifyRequestValidationError is the validation error returned by CreateNotifyRequest.Validate if the designated constraints aren't met.

func (CreateNotifyRequestValidationError) Cause

Cause function returns cause value.

func (CreateNotifyRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateNotifyRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateNotifyRequestValidationError) Field

Field function returns field value.

func (CreateNotifyRequestValidationError) Key

Key function returns key value.

func (CreateNotifyRequestValidationError) Reason

Reason function returns reason value.

type CreateReportJobReply

type CreateReportJobReply struct {
	Code    uint32                     `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Data    *CreateReportJobReply_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Message string                     `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateReportJobReply) Descriptor deprecated

func (*CreateReportJobReply) Descriptor() ([]byte, []int)

Deprecated: Use CreateReportJobReply.ProtoReflect.Descriptor instead.

func (*CreateReportJobReply) GetCode

func (x *CreateReportJobReply) GetCode() uint32

func (*CreateReportJobReply) GetData

func (*CreateReportJobReply) GetMessage

func (x *CreateReportJobReply) GetMessage() string

func (*CreateReportJobReply) ProtoMessage

func (*CreateReportJobReply) ProtoMessage()

func (*CreateReportJobReply) ProtoReflect

func (x *CreateReportJobReply) ProtoReflect() protoreflect.Message

func (*CreateReportJobReply) Reset

func (x *CreateReportJobReply) Reset()

func (*CreateReportJobReply) String

func (x *CreateReportJobReply) String() string

func (*CreateReportJobReply) Validate added in v0.0.2

func (m *CreateReportJobReply) Validate() error

Validate checks the field values on CreateReportJobReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateReportJobReply) ValidateAll added in v0.0.2

func (m *CreateReportJobReply) ValidateAll() error

ValidateAll checks the field values on CreateReportJobReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateReportJobReplyMultiError, or nil if none found.

type CreateReportJobReplyMultiError added in v0.0.2

type CreateReportJobReplyMultiError []error

CreateReportJobReplyMultiError is an error wrapping multiple validation errors returned by CreateReportJobReply.ValidateAll() if the designated constraints aren't met.

func (CreateReportJobReplyMultiError) AllErrors added in v0.0.2

func (m CreateReportJobReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateReportJobReplyMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type CreateReportJobReplyValidationError added in v0.0.2

type CreateReportJobReplyValidationError struct {
	// contains filtered or unexported fields
}

CreateReportJobReplyValidationError is the validation error returned by CreateReportJobReply.Validate if the designated constraints aren't met.

func (CreateReportJobReplyValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (CreateReportJobReplyValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (CreateReportJobReplyValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (CreateReportJobReplyValidationError) Field added in v0.0.2

Field function returns field value.

func (CreateReportJobReplyValidationError) Key added in v0.0.2

Key function returns key value.

func (CreateReportJobReplyValidationError) Reason added in v0.0.2

Reason function returns reason value.

type CreateReportJobReply_Data

type CreateReportJobReply_Data struct {
	// contains filtered or unexported fields
}

func (*CreateReportJobReply_Data) Descriptor deprecated

func (*CreateReportJobReply_Data) Descriptor() ([]byte, []int)

Deprecated: Use CreateReportJobReply_Data.ProtoReflect.Descriptor instead.

func (*CreateReportJobReply_Data) ProtoMessage

func (*CreateReportJobReply_Data) ProtoMessage()

func (*CreateReportJobReply_Data) ProtoReflect

func (*CreateReportJobReply_Data) Reset

func (x *CreateReportJobReply_Data) Reset()

func (*CreateReportJobReply_Data) String

func (x *CreateReportJobReply_Data) String() string

func (*CreateReportJobReply_Data) Validate added in v0.0.2

func (m *CreateReportJobReply_Data) Validate() error

Validate checks the field values on CreateReportJobReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateReportJobReply_Data) ValidateAll added in v0.0.2

func (m *CreateReportJobReply_Data) ValidateAll() error

ValidateAll checks the field values on CreateReportJobReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateReportJobReply_DataMultiError, or nil if none found.

type CreateReportJobReply_DataMultiError added in v0.0.2

type CreateReportJobReply_DataMultiError []error

CreateReportJobReply_DataMultiError is an error wrapping multiple validation errors returned by CreateReportJobReply_Data.ValidateAll() if the designated constraints aren't met.

func (CreateReportJobReply_DataMultiError) AllErrors added in v0.0.2

AllErrors returns a list of validation violation errors.

func (CreateReportJobReply_DataMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type CreateReportJobReply_DataValidationError added in v0.0.2

type CreateReportJobReply_DataValidationError struct {
	// contains filtered or unexported fields
}

CreateReportJobReply_DataValidationError is the validation error returned by CreateReportJobReply_Data.Validate if the designated constraints aren't met.

func (CreateReportJobReply_DataValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (CreateReportJobReply_DataValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (CreateReportJobReply_DataValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (CreateReportJobReply_DataValidationError) Field added in v0.0.2

Field function returns field value.

func (CreateReportJobReply_DataValidationError) Key added in v0.0.2

Key function returns key value.

func (CreateReportJobReply_DataValidationError) Reason added in v0.0.2

Reason function returns reason value.

type CreateReportJobRequest

type CreateReportJobRequest struct {
	// contains filtered or unexported fields
}

func (*CreateReportJobRequest) Descriptor deprecated

func (*CreateReportJobRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateReportJobRequest.ProtoReflect.Descriptor instead.

func (*CreateReportJobRequest) ProtoMessage

func (*CreateReportJobRequest) ProtoMessage()

func (*CreateReportJobRequest) ProtoReflect

func (x *CreateReportJobRequest) ProtoReflect() protoreflect.Message

func (*CreateReportJobRequest) Reset

func (x *CreateReportJobRequest) Reset()

func (*CreateReportJobRequest) String

func (x *CreateReportJobRequest) String() string

func (*CreateReportJobRequest) Validate added in v0.0.2

func (m *CreateReportJobRequest) Validate() error

Validate checks the field values on CreateReportJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateReportJobRequest) ValidateAll added in v0.0.2

func (m *CreateReportJobRequest) ValidateAll() error

ValidateAll checks the field values on CreateReportJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateReportJobRequestMultiError, or nil if none found.

type CreateReportJobRequestMultiError added in v0.0.2

type CreateReportJobRequestMultiError []error

CreateReportJobRequestMultiError is an error wrapping multiple validation errors returned by CreateReportJobRequest.ValidateAll() if the designated constraints aren't met.

func (CreateReportJobRequestMultiError) AllErrors added in v0.0.2

func (m CreateReportJobRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateReportJobRequestMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type CreateReportJobRequestValidationError added in v0.0.2

type CreateReportJobRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateReportJobRequestValidationError is the validation error returned by CreateReportJobRequest.Validate if the designated constraints aren't met.

func (CreateReportJobRequestValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (CreateReportJobRequestValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (CreateReportJobRequestValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (CreateReportJobRequestValidationError) Field added in v0.0.2

Field function returns field value.

func (CreateReportJobRequestValidationError) Key added in v0.0.2

Key function returns key value.

func (CreateReportJobRequestValidationError) Reason added in v0.0.2

Reason function returns reason value.

type CreateToDoJobReply

type CreateToDoJobReply struct {
	Code    uint32                   `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Data    *CreateToDoJobReply_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Message string                   `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateToDoJobReply) Descriptor deprecated

func (*CreateToDoJobReply) Descriptor() ([]byte, []int)

Deprecated: Use CreateToDoJobReply.ProtoReflect.Descriptor instead.

func (*CreateToDoJobReply) GetCode

func (x *CreateToDoJobReply) GetCode() uint32

func (*CreateToDoJobReply) GetData

func (*CreateToDoJobReply) GetMessage

func (x *CreateToDoJobReply) GetMessage() string

func (*CreateToDoJobReply) ProtoMessage

func (*CreateToDoJobReply) ProtoMessage()

func (*CreateToDoJobReply) ProtoReflect

func (x *CreateToDoJobReply) ProtoReflect() protoreflect.Message

func (*CreateToDoJobReply) Reset

func (x *CreateToDoJobReply) Reset()

func (*CreateToDoJobReply) String

func (x *CreateToDoJobReply) String() string

func (*CreateToDoJobReply) Validate added in v0.0.2

func (m *CreateToDoJobReply) Validate() error

Validate checks the field values on CreateToDoJobReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateToDoJobReply) ValidateAll added in v0.0.2

func (m *CreateToDoJobReply) ValidateAll() error

ValidateAll checks the field values on CreateToDoJobReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateToDoJobReplyMultiError, or nil if none found.

type CreateToDoJobReplyMultiError added in v0.0.2

type CreateToDoJobReplyMultiError []error

CreateToDoJobReplyMultiError is an error wrapping multiple validation errors returned by CreateToDoJobReply.ValidateAll() if the designated constraints aren't met.

func (CreateToDoJobReplyMultiError) AllErrors added in v0.0.2

func (m CreateToDoJobReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateToDoJobReplyMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type CreateToDoJobReplyValidationError added in v0.0.2

type CreateToDoJobReplyValidationError struct {
	// contains filtered or unexported fields
}

CreateToDoJobReplyValidationError is the validation error returned by CreateToDoJobReply.Validate if the designated constraints aren't met.

func (CreateToDoJobReplyValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (CreateToDoJobReplyValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (CreateToDoJobReplyValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (CreateToDoJobReplyValidationError) Field added in v0.0.2

Field function returns field value.

func (CreateToDoJobReplyValidationError) Key added in v0.0.2

Key function returns key value.

func (CreateToDoJobReplyValidationError) Reason added in v0.0.2

Reason function returns reason value.

type CreateToDoJobReply_Data

type CreateToDoJobReply_Data struct {
	// contains filtered or unexported fields
}

func (*CreateToDoJobReply_Data) Descriptor deprecated

func (*CreateToDoJobReply_Data) Descriptor() ([]byte, []int)

Deprecated: Use CreateToDoJobReply_Data.ProtoReflect.Descriptor instead.

func (*CreateToDoJobReply_Data) ProtoMessage

func (*CreateToDoJobReply_Data) ProtoMessage()

func (*CreateToDoJobReply_Data) ProtoReflect

func (x *CreateToDoJobReply_Data) ProtoReflect() protoreflect.Message

func (*CreateToDoJobReply_Data) Reset

func (x *CreateToDoJobReply_Data) Reset()

func (*CreateToDoJobReply_Data) String

func (x *CreateToDoJobReply_Data) String() string

func (*CreateToDoJobReply_Data) Validate added in v0.0.2

func (m *CreateToDoJobReply_Data) Validate() error

Validate checks the field values on CreateToDoJobReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateToDoJobReply_Data) ValidateAll added in v0.0.2

func (m *CreateToDoJobReply_Data) ValidateAll() error

ValidateAll checks the field values on CreateToDoJobReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateToDoJobReply_DataMultiError, or nil if none found.

type CreateToDoJobReply_DataMultiError added in v0.0.2

type CreateToDoJobReply_DataMultiError []error

CreateToDoJobReply_DataMultiError is an error wrapping multiple validation errors returned by CreateToDoJobReply_Data.ValidateAll() if the designated constraints aren't met.

func (CreateToDoJobReply_DataMultiError) AllErrors added in v0.0.2

func (m CreateToDoJobReply_DataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateToDoJobReply_DataMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type CreateToDoJobReply_DataValidationError added in v0.0.2

type CreateToDoJobReply_DataValidationError struct {
	// contains filtered or unexported fields
}

CreateToDoJobReply_DataValidationError is the validation error returned by CreateToDoJobReply_Data.Validate if the designated constraints aren't met.

func (CreateToDoJobReply_DataValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (CreateToDoJobReply_DataValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (CreateToDoJobReply_DataValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (CreateToDoJobReply_DataValidationError) Field added in v0.0.2

Field function returns field value.

func (CreateToDoJobReply_DataValidationError) Key added in v0.0.2

Key function returns key value.

func (CreateToDoJobReply_DataValidationError) Reason added in v0.0.2

Reason function returns reason value.

type CreateToDoJobRequest

type CreateToDoJobRequest struct {
	MessageType    uint32                        `protobuf:"varint,1,opt,name=messageType,proto3" json:"messageType,omitempty"`
	Content        string                        `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	CreateTime     string                        `protobuf:"bytes,3,opt,name=createTime,proto3" json:"createTime,omitempty"`
	Url            string                        `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
	MobileUrl      string                        `protobuf:"bytes,5,opt,name=mobileUrl,proto3" json:"mobileUrl,omitempty"`
	OuterMessageId *anypb.Any                    `protobuf:"bytes,6,opt,name=outerMessageId,proto3" json:"outerMessageId,omitempty"`
	AppId          uint32                        `protobuf:"varint,7,opt,name=appId,proto3" json:"appId,omitempty"`
	ActionId       uint32                        `protobuf:"varint,8,opt,name=actionId,proto3" json:"actionId,omitempty"`
	Status         uint32                        `protobuf:"varint,9,opt,name=status,proto3" json:"status,omitempty"`
	ExtData        *CreateToDoJobRequest_ExtData `protobuf:"bytes,10,opt,name=extData,proto3" json:"extData,omitempty"`
	MessageId      string                        `protobuf:"bytes,11,opt,name=messageId,proto3" json:"messageId,omitempty"`
	FromUser       *CreateToDoJobRequest_User    `protobuf:"bytes,12,opt,name=fromUser,proto3" json:"fromUser,omitempty"`
	ToUser         *CreateToDoJobRequest_User    `protobuf:"bytes,13,opt,name=toUser,proto3" json:"toUser,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateToDoJobRequest) Descriptor deprecated

func (*CreateToDoJobRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateToDoJobRequest.ProtoReflect.Descriptor instead.

func (*CreateToDoJobRequest) GetActionId

func (x *CreateToDoJobRequest) GetActionId() uint32

func (*CreateToDoJobRequest) GetAppId

func (x *CreateToDoJobRequest) GetAppId() uint32

func (*CreateToDoJobRequest) GetContent

func (x *CreateToDoJobRequest) GetContent() string

func (*CreateToDoJobRequest) GetCreateTime

func (x *CreateToDoJobRequest) GetCreateTime() string

func (*CreateToDoJobRequest) GetExtData

func (*CreateToDoJobRequest) GetFromUser

func (*CreateToDoJobRequest) GetMessageId

func (x *CreateToDoJobRequest) GetMessageId() string

func (*CreateToDoJobRequest) GetMessageType

func (x *CreateToDoJobRequest) GetMessageType() uint32

func (*CreateToDoJobRequest) GetMobileUrl

func (x *CreateToDoJobRequest) GetMobileUrl() string

func (*CreateToDoJobRequest) GetOuterMessageId

func (x *CreateToDoJobRequest) GetOuterMessageId() *anypb.Any

func (*CreateToDoJobRequest) GetStatus

func (x *CreateToDoJobRequest) GetStatus() uint32

func (*CreateToDoJobRequest) GetToUser

func (*CreateToDoJobRequest) GetUrl

func (x *CreateToDoJobRequest) GetUrl() string

func (*CreateToDoJobRequest) ProtoMessage

func (*CreateToDoJobRequest) ProtoMessage()

func (*CreateToDoJobRequest) ProtoReflect

func (x *CreateToDoJobRequest) ProtoReflect() protoreflect.Message

func (*CreateToDoJobRequest) Reset

func (x *CreateToDoJobRequest) Reset()

func (*CreateToDoJobRequest) String

func (x *CreateToDoJobRequest) String() string

func (*CreateToDoJobRequest) Validate added in v0.0.2

func (m *CreateToDoJobRequest) Validate() error

Validate checks the field values on CreateToDoJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateToDoJobRequest) ValidateAll added in v0.0.2

func (m *CreateToDoJobRequest) ValidateAll() error

ValidateAll checks the field values on CreateToDoJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateToDoJobRequestMultiError, or nil if none found.

type CreateToDoJobRequestMultiError added in v0.0.2

type CreateToDoJobRequestMultiError []error

CreateToDoJobRequestMultiError is an error wrapping multiple validation errors returned by CreateToDoJobRequest.ValidateAll() if the designated constraints aren't met.

func (CreateToDoJobRequestMultiError) AllErrors added in v0.0.2

func (m CreateToDoJobRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateToDoJobRequestMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type CreateToDoJobRequestValidationError added in v0.0.2

type CreateToDoJobRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateToDoJobRequestValidationError is the validation error returned by CreateToDoJobRequest.Validate if the designated constraints aren't met.

func (CreateToDoJobRequestValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (CreateToDoJobRequestValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (CreateToDoJobRequestValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (CreateToDoJobRequestValidationError) Field added in v0.0.2

Field function returns field value.

func (CreateToDoJobRequestValidationError) Key added in v0.0.2

Key function returns key value.

func (CreateToDoJobRequestValidationError) Reason added in v0.0.2

Reason function returns reason value.

type CreateToDoJobRequest_ExtData

type CreateToDoJobRequest_ExtData struct {
	ObjId   string `protobuf:"bytes,1,opt,name=ObjId,proto3" json:"ObjId,omitempty"`
	ObjType uint32 `protobuf:"varint,2,opt,name=ObjType,proto3" json:"ObjType,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateToDoJobRequest_ExtData) Descriptor deprecated

func (*CreateToDoJobRequest_ExtData) Descriptor() ([]byte, []int)

Deprecated: Use CreateToDoJobRequest_ExtData.ProtoReflect.Descriptor instead.

func (*CreateToDoJobRequest_ExtData) GetObjId

func (x *CreateToDoJobRequest_ExtData) GetObjId() string

func (*CreateToDoJobRequest_ExtData) GetObjType

func (x *CreateToDoJobRequest_ExtData) GetObjType() uint32

func (*CreateToDoJobRequest_ExtData) ProtoMessage

func (*CreateToDoJobRequest_ExtData) ProtoMessage()

func (*CreateToDoJobRequest_ExtData) ProtoReflect

func (*CreateToDoJobRequest_ExtData) Reset

func (x *CreateToDoJobRequest_ExtData) Reset()

func (*CreateToDoJobRequest_ExtData) String

func (*CreateToDoJobRequest_ExtData) Validate added in v0.0.2

func (m *CreateToDoJobRequest_ExtData) Validate() error

Validate checks the field values on CreateToDoJobRequest_ExtData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateToDoJobRequest_ExtData) ValidateAll added in v0.0.2

func (m *CreateToDoJobRequest_ExtData) ValidateAll() error

ValidateAll checks the field values on CreateToDoJobRequest_ExtData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateToDoJobRequest_ExtDataMultiError, or nil if none found.

type CreateToDoJobRequest_ExtDataMultiError added in v0.0.2

type CreateToDoJobRequest_ExtDataMultiError []error

CreateToDoJobRequest_ExtDataMultiError is an error wrapping multiple validation errors returned by CreateToDoJobRequest_ExtData.ValidateAll() if the designated constraints aren't met.

func (CreateToDoJobRequest_ExtDataMultiError) AllErrors added in v0.0.2

AllErrors returns a list of validation violation errors.

func (CreateToDoJobRequest_ExtDataMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type CreateToDoJobRequest_ExtDataValidationError added in v0.0.2

type CreateToDoJobRequest_ExtDataValidationError struct {
	// contains filtered or unexported fields
}

CreateToDoJobRequest_ExtDataValidationError is the validation error returned by CreateToDoJobRequest_ExtData.Validate if the designated constraints aren't met.

func (CreateToDoJobRequest_ExtDataValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (CreateToDoJobRequest_ExtDataValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (CreateToDoJobRequest_ExtDataValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (CreateToDoJobRequest_ExtDataValidationError) Field added in v0.0.2

Field function returns field value.

func (CreateToDoJobRequest_ExtDataValidationError) Key added in v0.0.2

Key function returns key value.

func (CreateToDoJobRequest_ExtDataValidationError) Reason added in v0.0.2

Reason function returns reason value.

type CreateToDoJobRequest_User

type CreateToDoJobRequest_User struct {
	UserId      uint64 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Email       string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Mobile      string `protobuf:"bytes,4,opt,name=mobile,proto3" json:"mobile,omitempty"`
	TargetValue string `protobuf:"bytes,5,opt,name=targetValue,proto3" json:"targetValue,omitempty"`
	TargetType  string `protobuf:"bytes,6,opt,name=targetType,proto3" json:"targetType,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateToDoJobRequest_User) Descriptor deprecated

func (*CreateToDoJobRequest_User) Descriptor() ([]byte, []int)

Deprecated: Use CreateToDoJobRequest_User.ProtoReflect.Descriptor instead.

func (*CreateToDoJobRequest_User) GetEmail

func (x *CreateToDoJobRequest_User) GetEmail() string

func (*CreateToDoJobRequest_User) GetMobile

func (x *CreateToDoJobRequest_User) GetMobile() string

func (*CreateToDoJobRequest_User) GetName

func (x *CreateToDoJobRequest_User) GetName() string

func (*CreateToDoJobRequest_User) GetTargetType

func (x *CreateToDoJobRequest_User) GetTargetType() string

func (*CreateToDoJobRequest_User) GetTargetValue

func (x *CreateToDoJobRequest_User) GetTargetValue() string

func (*CreateToDoJobRequest_User) GetUserId

func (x *CreateToDoJobRequest_User) GetUserId() uint64

func (*CreateToDoJobRequest_User) ProtoMessage

func (*CreateToDoJobRequest_User) ProtoMessage()

func (*CreateToDoJobRequest_User) ProtoReflect

func (*CreateToDoJobRequest_User) Reset

func (x *CreateToDoJobRequest_User) Reset()

func (*CreateToDoJobRequest_User) String

func (x *CreateToDoJobRequest_User) String() string

func (*CreateToDoJobRequest_User) Validate added in v0.0.2

func (m *CreateToDoJobRequest_User) Validate() error

Validate checks the field values on CreateToDoJobRequest_User with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateToDoJobRequest_User) ValidateAll added in v0.0.2

func (m *CreateToDoJobRequest_User) ValidateAll() error

ValidateAll checks the field values on CreateToDoJobRequest_User with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateToDoJobRequest_UserMultiError, or nil if none found.

type CreateToDoJobRequest_UserMultiError added in v0.0.2

type CreateToDoJobRequest_UserMultiError []error

CreateToDoJobRequest_UserMultiError is an error wrapping multiple validation errors returned by CreateToDoJobRequest_User.ValidateAll() if the designated constraints aren't met.

func (CreateToDoJobRequest_UserMultiError) AllErrors added in v0.0.2

AllErrors returns a list of validation violation errors.

func (CreateToDoJobRequest_UserMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type CreateToDoJobRequest_UserValidationError added in v0.0.2

type CreateToDoJobRequest_UserValidationError struct {
	// contains filtered or unexported fields
}

CreateToDoJobRequest_UserValidationError is the validation error returned by CreateToDoJobRequest_User.Validate if the designated constraints aren't met.

func (CreateToDoJobRequest_UserValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (CreateToDoJobRequest_UserValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (CreateToDoJobRequest_UserValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (CreateToDoJobRequest_UserValidationError) Field added in v0.0.2

Field function returns field value.

func (CreateToDoJobRequest_UserValidationError) Key added in v0.0.2

Key function returns key value.

func (CreateToDoJobRequest_UserValidationError) Reason added in v0.0.2

Reason function returns reason value.

type DeleteNotifyReply

type DeleteNotifyReply struct {
	Code    uint32                  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Data    *DeleteNotifyReply_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Message string                  `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteNotifyReply) Descriptor deprecated

func (*DeleteNotifyReply) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNotifyReply.ProtoReflect.Descriptor instead.

func (*DeleteNotifyReply) GetCode

func (x *DeleteNotifyReply) GetCode() uint32

func (*DeleteNotifyReply) GetData

func (*DeleteNotifyReply) GetMessage

func (x *DeleteNotifyReply) GetMessage() string

func (*DeleteNotifyReply) ProtoMessage

func (*DeleteNotifyReply) ProtoMessage()

func (*DeleteNotifyReply) ProtoReflect

func (x *DeleteNotifyReply) ProtoReflect() protoreflect.Message

func (*DeleteNotifyReply) Reset

func (x *DeleteNotifyReply) Reset()

func (*DeleteNotifyReply) String

func (x *DeleteNotifyReply) String() string

func (*DeleteNotifyReply) Validate

func (m *DeleteNotifyReply) Validate() error

Validate checks the field values on DeleteNotifyReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteNotifyReply) ValidateAll

func (m *DeleteNotifyReply) ValidateAll() error

ValidateAll checks the field values on DeleteNotifyReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteNotifyReplyMultiError, or nil if none found.

type DeleteNotifyReplyMultiError

type DeleteNotifyReplyMultiError []error

DeleteNotifyReplyMultiError is an error wrapping multiple validation errors returned by DeleteNotifyReply.ValidateAll() if the designated constraints aren't met.

func (DeleteNotifyReplyMultiError) AllErrors

func (m DeleteNotifyReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteNotifyReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteNotifyReplyValidationError

type DeleteNotifyReplyValidationError struct {
	// contains filtered or unexported fields
}

DeleteNotifyReplyValidationError is the validation error returned by DeleteNotifyReply.Validate if the designated constraints aren't met.

func (DeleteNotifyReplyValidationError) Cause

Cause function returns cause value.

func (DeleteNotifyReplyValidationError) Error

Error satisfies the builtin error interface

func (DeleteNotifyReplyValidationError) ErrorName

ErrorName returns error name.

func (DeleteNotifyReplyValidationError) Field

Field function returns field value.

func (DeleteNotifyReplyValidationError) Key

Key function returns key value.

func (DeleteNotifyReplyValidationError) Reason

Reason function returns reason value.

type DeleteNotifyReply_Data

type DeleteNotifyReply_Data struct {
	// contains filtered or unexported fields
}

func (*DeleteNotifyReply_Data) Descriptor deprecated

func (*DeleteNotifyReply_Data) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNotifyReply_Data.ProtoReflect.Descriptor instead.

func (*DeleteNotifyReply_Data) ProtoMessage

func (*DeleteNotifyReply_Data) ProtoMessage()

func (*DeleteNotifyReply_Data) ProtoReflect

func (x *DeleteNotifyReply_Data) ProtoReflect() protoreflect.Message

func (*DeleteNotifyReply_Data) Reset

func (x *DeleteNotifyReply_Data) Reset()

func (*DeleteNotifyReply_Data) String

func (x *DeleteNotifyReply_Data) String() string

func (*DeleteNotifyReply_Data) Validate added in v0.0.2

func (m *DeleteNotifyReply_Data) Validate() error

Validate checks the field values on DeleteNotifyReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteNotifyReply_Data) ValidateAll added in v0.0.2

func (m *DeleteNotifyReply_Data) ValidateAll() error

ValidateAll checks the field values on DeleteNotifyReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteNotifyReply_DataMultiError, or nil if none found.

type DeleteNotifyReply_DataMultiError added in v0.0.2

type DeleteNotifyReply_DataMultiError []error

DeleteNotifyReply_DataMultiError is an error wrapping multiple validation errors returned by DeleteNotifyReply_Data.ValidateAll() if the designated constraints aren't met.

func (DeleteNotifyReply_DataMultiError) AllErrors added in v0.0.2

func (m DeleteNotifyReply_DataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteNotifyReply_DataMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type DeleteNotifyReply_DataValidationError added in v0.0.2

type DeleteNotifyReply_DataValidationError struct {
	// contains filtered or unexported fields
}

DeleteNotifyReply_DataValidationError is the validation error returned by DeleteNotifyReply_Data.Validate if the designated constraints aren't met.

func (DeleteNotifyReply_DataValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (DeleteNotifyReply_DataValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (DeleteNotifyReply_DataValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (DeleteNotifyReply_DataValidationError) Field added in v0.0.2

Field function returns field value.

func (DeleteNotifyReply_DataValidationError) Key added in v0.0.2

Key function returns key value.

func (DeleteNotifyReply_DataValidationError) Reason added in v0.0.2

Reason function returns reason value.

type DeleteNotifyRequest

type DeleteNotifyRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteNotifyRequest) Descriptor deprecated

func (*DeleteNotifyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNotifyRequest.ProtoReflect.Descriptor instead.

func (*DeleteNotifyRequest) GetId

func (x *DeleteNotifyRequest) GetId() uint64

func (*DeleteNotifyRequest) ProtoMessage

func (*DeleteNotifyRequest) ProtoMessage()

func (*DeleteNotifyRequest) ProtoReflect

func (x *DeleteNotifyRequest) ProtoReflect() protoreflect.Message

func (*DeleteNotifyRequest) Reset

func (x *DeleteNotifyRequest) Reset()

func (*DeleteNotifyRequest) String

func (x *DeleteNotifyRequest) String() string

func (*DeleteNotifyRequest) Validate

func (m *DeleteNotifyRequest) Validate() error

Validate checks the field values on DeleteNotifyRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteNotifyRequest) ValidateAll

func (m *DeleteNotifyRequest) ValidateAll() error

ValidateAll checks the field values on DeleteNotifyRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteNotifyRequestMultiError, or nil if none found.

type DeleteNotifyRequestMultiError

type DeleteNotifyRequestMultiError []error

DeleteNotifyRequestMultiError is an error wrapping multiple validation errors returned by DeleteNotifyRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteNotifyRequestMultiError) AllErrors

func (m DeleteNotifyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteNotifyRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteNotifyRequestValidationError

type DeleteNotifyRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteNotifyRequestValidationError is the validation error returned by DeleteNotifyRequest.Validate if the designated constraints aren't met.

func (DeleteNotifyRequestValidationError) Cause

Cause function returns cause value.

func (DeleteNotifyRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteNotifyRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteNotifyRequestValidationError) Field

Field function returns field value.

func (DeleteNotifyRequestValidationError) Key

Key function returns key value.

func (DeleteNotifyRequestValidationError) Reason

Reason function returns reason value.

type DeleteReportJobReply

type DeleteReportJobReply struct {
	Code    uint32                     `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Data    *DeleteReportJobReply_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Message string                     `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteReportJobReply) Descriptor deprecated

func (*DeleteReportJobReply) Descriptor() ([]byte, []int)

Deprecated: Use DeleteReportJobReply.ProtoReflect.Descriptor instead.

func (*DeleteReportJobReply) GetCode

func (x *DeleteReportJobReply) GetCode() uint32

func (*DeleteReportJobReply) GetData

func (*DeleteReportJobReply) GetMessage

func (x *DeleteReportJobReply) GetMessage() string

func (*DeleteReportJobReply) ProtoMessage

func (*DeleteReportJobReply) ProtoMessage()

func (*DeleteReportJobReply) ProtoReflect

func (x *DeleteReportJobReply) ProtoReflect() protoreflect.Message

func (*DeleteReportJobReply) Reset

func (x *DeleteReportJobReply) Reset()

func (*DeleteReportJobReply) String

func (x *DeleteReportJobReply) String() string

func (*DeleteReportJobReply) Validate added in v0.0.2

func (m *DeleteReportJobReply) Validate() error

Validate checks the field values on DeleteReportJobReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteReportJobReply) ValidateAll added in v0.0.2

func (m *DeleteReportJobReply) ValidateAll() error

ValidateAll checks the field values on DeleteReportJobReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteReportJobReplyMultiError, or nil if none found.

type DeleteReportJobReplyMultiError added in v0.0.2

type DeleteReportJobReplyMultiError []error

DeleteReportJobReplyMultiError is an error wrapping multiple validation errors returned by DeleteReportJobReply.ValidateAll() if the designated constraints aren't met.

func (DeleteReportJobReplyMultiError) AllErrors added in v0.0.2

func (m DeleteReportJobReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteReportJobReplyMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type DeleteReportJobReplyValidationError added in v0.0.2

type DeleteReportJobReplyValidationError struct {
	// contains filtered or unexported fields
}

DeleteReportJobReplyValidationError is the validation error returned by DeleteReportJobReply.Validate if the designated constraints aren't met.

func (DeleteReportJobReplyValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (DeleteReportJobReplyValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (DeleteReportJobReplyValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (DeleteReportJobReplyValidationError) Field added in v0.0.2

Field function returns field value.

func (DeleteReportJobReplyValidationError) Key added in v0.0.2

Key function returns key value.

func (DeleteReportJobReplyValidationError) Reason added in v0.0.2

Reason function returns reason value.

type DeleteReportJobReply_Data

type DeleteReportJobReply_Data struct {
	// contains filtered or unexported fields
}

func (*DeleteReportJobReply_Data) Descriptor deprecated

func (*DeleteReportJobReply_Data) Descriptor() ([]byte, []int)

Deprecated: Use DeleteReportJobReply_Data.ProtoReflect.Descriptor instead.

func (*DeleteReportJobReply_Data) ProtoMessage

func (*DeleteReportJobReply_Data) ProtoMessage()

func (*DeleteReportJobReply_Data) ProtoReflect

func (*DeleteReportJobReply_Data) Reset

func (x *DeleteReportJobReply_Data) Reset()

func (*DeleteReportJobReply_Data) String

func (x *DeleteReportJobReply_Data) String() string

func (*DeleteReportJobReply_Data) Validate added in v0.0.2

func (m *DeleteReportJobReply_Data) Validate() error

Validate checks the field values on DeleteReportJobReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteReportJobReply_Data) ValidateAll added in v0.0.2

func (m *DeleteReportJobReply_Data) ValidateAll() error

ValidateAll checks the field values on DeleteReportJobReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteReportJobReply_DataMultiError, or nil if none found.

type DeleteReportJobReply_DataMultiError added in v0.0.2

type DeleteReportJobReply_DataMultiError []error

DeleteReportJobReply_DataMultiError is an error wrapping multiple validation errors returned by DeleteReportJobReply_Data.ValidateAll() if the designated constraints aren't met.

func (DeleteReportJobReply_DataMultiError) AllErrors added in v0.0.2

AllErrors returns a list of validation violation errors.

func (DeleteReportJobReply_DataMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type DeleteReportJobReply_DataValidationError added in v0.0.2

type DeleteReportJobReply_DataValidationError struct {
	// contains filtered or unexported fields
}

DeleteReportJobReply_DataValidationError is the validation error returned by DeleteReportJobReply_Data.Validate if the designated constraints aren't met.

func (DeleteReportJobReply_DataValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (DeleteReportJobReply_DataValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (DeleteReportJobReply_DataValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (DeleteReportJobReply_DataValidationError) Field added in v0.0.2

Field function returns field value.

func (DeleteReportJobReply_DataValidationError) Key added in v0.0.2

Key function returns key value.

func (DeleteReportJobReply_DataValidationError) Reason added in v0.0.2

Reason function returns reason value.

type DeleteReportJobRequest

type DeleteReportJobRequest struct {
	ReportId string `protobuf:"bytes,1,opt,name=reportId,proto3" json:"reportId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteReportJobRequest) Descriptor deprecated

func (*DeleteReportJobRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteReportJobRequest.ProtoReflect.Descriptor instead.

func (*DeleteReportJobRequest) GetReportId

func (x *DeleteReportJobRequest) GetReportId() string

func (*DeleteReportJobRequest) ProtoMessage

func (*DeleteReportJobRequest) ProtoMessage()

func (*DeleteReportJobRequest) ProtoReflect

func (x *DeleteReportJobRequest) ProtoReflect() protoreflect.Message

func (*DeleteReportJobRequest) Reset

func (x *DeleteReportJobRequest) Reset()

func (*DeleteReportJobRequest) String

func (x *DeleteReportJobRequest) String() string

func (*DeleteReportJobRequest) Validate added in v0.0.2

func (m *DeleteReportJobRequest) Validate() error

Validate checks the field values on DeleteReportJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteReportJobRequest) ValidateAll added in v0.0.2

func (m *DeleteReportJobRequest) ValidateAll() error

ValidateAll checks the field values on DeleteReportJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteReportJobRequestMultiError, or nil if none found.

type DeleteReportJobRequestMultiError added in v0.0.2

type DeleteReportJobRequestMultiError []error

DeleteReportJobRequestMultiError is an error wrapping multiple validation errors returned by DeleteReportJobRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteReportJobRequestMultiError) AllErrors added in v0.0.2

func (m DeleteReportJobRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteReportJobRequestMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type DeleteReportJobRequestValidationError added in v0.0.2

type DeleteReportJobRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteReportJobRequestValidationError is the validation error returned by DeleteReportJobRequest.Validate if the designated constraints aren't met.

func (DeleteReportJobRequestValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (DeleteReportJobRequestValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (DeleteReportJobRequestValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (DeleteReportJobRequestValidationError) Field added in v0.0.2

Field function returns field value.

func (DeleteReportJobRequestValidationError) Key added in v0.0.2

Key function returns key value.

func (DeleteReportJobRequestValidationError) Reason added in v0.0.2

Reason function returns reason value.

type DeleteToDoJobReply

type DeleteToDoJobReply struct {
	Code    uint32                   `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Data    *DeleteToDoJobReply_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Message string                   `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteToDoJobReply) Descriptor deprecated

func (*DeleteToDoJobReply) Descriptor() ([]byte, []int)

Deprecated: Use DeleteToDoJobReply.ProtoReflect.Descriptor instead.

func (*DeleteToDoJobReply) GetCode

func (x *DeleteToDoJobReply) GetCode() uint32

func (*DeleteToDoJobReply) GetData

func (*DeleteToDoJobReply) GetMessage

func (x *DeleteToDoJobReply) GetMessage() string

func (*DeleteToDoJobReply) ProtoMessage

func (*DeleteToDoJobReply) ProtoMessage()

func (*DeleteToDoJobReply) ProtoReflect

func (x *DeleteToDoJobReply) ProtoReflect() protoreflect.Message

func (*DeleteToDoJobReply) Reset

func (x *DeleteToDoJobReply) Reset()

func (*DeleteToDoJobReply) String

func (x *DeleteToDoJobReply) String() string

func (*DeleteToDoJobReply) Validate added in v0.0.2

func (m *DeleteToDoJobReply) Validate() error

Validate checks the field values on DeleteToDoJobReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteToDoJobReply) ValidateAll added in v0.0.2

func (m *DeleteToDoJobReply) ValidateAll() error

ValidateAll checks the field values on DeleteToDoJobReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteToDoJobReplyMultiError, or nil if none found.

type DeleteToDoJobReplyMultiError added in v0.0.2

type DeleteToDoJobReplyMultiError []error

DeleteToDoJobReplyMultiError is an error wrapping multiple validation errors returned by DeleteToDoJobReply.ValidateAll() if the designated constraints aren't met.

func (DeleteToDoJobReplyMultiError) AllErrors added in v0.0.2

func (m DeleteToDoJobReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteToDoJobReplyMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type DeleteToDoJobReplyValidationError added in v0.0.2

type DeleteToDoJobReplyValidationError struct {
	// contains filtered or unexported fields
}

DeleteToDoJobReplyValidationError is the validation error returned by DeleteToDoJobReply.Validate if the designated constraints aren't met.

func (DeleteToDoJobReplyValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (DeleteToDoJobReplyValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (DeleteToDoJobReplyValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (DeleteToDoJobReplyValidationError) Field added in v0.0.2

Field function returns field value.

func (DeleteToDoJobReplyValidationError) Key added in v0.0.2

Key function returns key value.

func (DeleteToDoJobReplyValidationError) Reason added in v0.0.2

Reason function returns reason value.

type DeleteToDoJobReply_Data

type DeleteToDoJobReply_Data struct {
	// contains filtered or unexported fields
}

func (*DeleteToDoJobReply_Data) Descriptor deprecated

func (*DeleteToDoJobReply_Data) Descriptor() ([]byte, []int)

Deprecated: Use DeleteToDoJobReply_Data.ProtoReflect.Descriptor instead.

func (*DeleteToDoJobReply_Data) ProtoMessage

func (*DeleteToDoJobReply_Data) ProtoMessage()

func (*DeleteToDoJobReply_Data) ProtoReflect

func (x *DeleteToDoJobReply_Data) ProtoReflect() protoreflect.Message

func (*DeleteToDoJobReply_Data) Reset

func (x *DeleteToDoJobReply_Data) Reset()

func (*DeleteToDoJobReply_Data) String

func (x *DeleteToDoJobReply_Data) String() string

func (*DeleteToDoJobReply_Data) Validate added in v0.0.2

func (m *DeleteToDoJobReply_Data) Validate() error

Validate checks the field values on DeleteToDoJobReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteToDoJobReply_Data) ValidateAll added in v0.0.2

func (m *DeleteToDoJobReply_Data) ValidateAll() error

ValidateAll checks the field values on DeleteToDoJobReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteToDoJobReply_DataMultiError, or nil if none found.

type DeleteToDoJobReply_DataMultiError added in v0.0.2

type DeleteToDoJobReply_DataMultiError []error

DeleteToDoJobReply_DataMultiError is an error wrapping multiple validation errors returned by DeleteToDoJobReply_Data.ValidateAll() if the designated constraints aren't met.

func (DeleteToDoJobReply_DataMultiError) AllErrors added in v0.0.2

func (m DeleteToDoJobReply_DataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteToDoJobReply_DataMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type DeleteToDoJobReply_DataValidationError added in v0.0.2

type DeleteToDoJobReply_DataValidationError struct {
	// contains filtered or unexported fields
}

DeleteToDoJobReply_DataValidationError is the validation error returned by DeleteToDoJobReply_Data.Validate if the designated constraints aren't met.

func (DeleteToDoJobReply_DataValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (DeleteToDoJobReply_DataValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (DeleteToDoJobReply_DataValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (DeleteToDoJobReply_DataValidationError) Field added in v0.0.2

Field function returns field value.

func (DeleteToDoJobReply_DataValidationError) Key added in v0.0.2

Key function returns key value.

func (DeleteToDoJobReply_DataValidationError) Reason added in v0.0.2

Reason function returns reason value.

type DeleteToDoJobRequest

type DeleteToDoJobRequest struct {
	MessageId string `protobuf:"bytes,1,opt,name=messageId,proto3" json:"messageId,omitempty"` // the messageId of string must be between 5 and 38 character
	// contains filtered or unexported fields
}

func (*DeleteToDoJobRequest) Descriptor deprecated

func (*DeleteToDoJobRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteToDoJobRequest.ProtoReflect.Descriptor instead.

func (*DeleteToDoJobRequest) GetMessageId

func (x *DeleteToDoJobRequest) GetMessageId() string

func (*DeleteToDoJobRequest) ProtoMessage

func (*DeleteToDoJobRequest) ProtoMessage()

func (*DeleteToDoJobRequest) ProtoReflect

func (x *DeleteToDoJobRequest) ProtoReflect() protoreflect.Message

func (*DeleteToDoJobRequest) Reset

func (x *DeleteToDoJobRequest) Reset()

func (*DeleteToDoJobRequest) String

func (x *DeleteToDoJobRequest) String() string

func (*DeleteToDoJobRequest) Validate added in v0.0.2

func (m *DeleteToDoJobRequest) Validate() error

Validate checks the field values on DeleteToDoJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteToDoJobRequest) ValidateAll added in v0.0.2

func (m *DeleteToDoJobRequest) ValidateAll() error

ValidateAll checks the field values on DeleteToDoJobRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteToDoJobRequestMultiError, or nil if none found.

type DeleteToDoJobRequestMultiError added in v0.0.2

type DeleteToDoJobRequestMultiError []error

DeleteToDoJobRequestMultiError is an error wrapping multiple validation errors returned by DeleteToDoJobRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteToDoJobRequestMultiError) AllErrors added in v0.0.2

func (m DeleteToDoJobRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteToDoJobRequestMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type DeleteToDoJobRequestValidationError added in v0.0.2

type DeleteToDoJobRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteToDoJobRequestValidationError is the validation error returned by DeleteToDoJobRequest.Validate if the designated constraints aren't met.

func (DeleteToDoJobRequestValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (DeleteToDoJobRequestValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (DeleteToDoJobRequestValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (DeleteToDoJobRequestValidationError) Field added in v0.0.2

Field function returns field value.

func (DeleteToDoJobRequestValidationError) Key added in v0.0.2

Key function returns key value.

func (DeleteToDoJobRequestValidationError) Reason added in v0.0.2

Reason function returns reason value.

type ErrorReason

type ErrorReason int32
const (
	ErrorReason_NOTIFY_UNSPECIFIED           ErrorReason = 0
	ErrorReason_NOTIFY_NOT_FOUND             ErrorReason = 1
	ErrorReason_NOTIFY_INTERNAL_SERVER_ERROR ErrorReason = 2
)

func (ErrorReason) Descriptor

func (ErrorReason) Enum

func (x ErrorReason) Enum() *ErrorReason

func (ErrorReason) EnumDescriptor deprecated

func (ErrorReason) EnumDescriptor() ([]byte, []int)

Deprecated: Use ErrorReason.Descriptor instead.

func (ErrorReason) Number

func (x ErrorReason) Number() protoreflect.EnumNumber

func (ErrorReason) String

func (x ErrorReason) String() string

func (ErrorReason) Type

type GetNotifyReply

type GetNotifyReply struct {
	Code    uint32               `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Data    *GetNotifyReply_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Message string               `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNotifyReply) Descriptor deprecated

func (*GetNotifyReply) Descriptor() ([]byte, []int)

Deprecated: Use GetNotifyReply.ProtoReflect.Descriptor instead.

func (*GetNotifyReply) GetCode

func (x *GetNotifyReply) GetCode() uint32

func (*GetNotifyReply) GetData

func (x *GetNotifyReply) GetData() *GetNotifyReply_Data

func (*GetNotifyReply) GetMessage

func (x *GetNotifyReply) GetMessage() string

func (*GetNotifyReply) ProtoMessage

func (*GetNotifyReply) ProtoMessage()

func (*GetNotifyReply) ProtoReflect

func (x *GetNotifyReply) ProtoReflect() protoreflect.Message

func (*GetNotifyReply) Reset

func (x *GetNotifyReply) Reset()

func (*GetNotifyReply) String

func (x *GetNotifyReply) String() string

func (*GetNotifyReply) Validate

func (m *GetNotifyReply) Validate() error

Validate checks the field values on GetNotifyReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetNotifyReply) ValidateAll

func (m *GetNotifyReply) ValidateAll() error

ValidateAll checks the field values on GetNotifyReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNotifyReplyMultiError, or nil if none found.

type GetNotifyReplyMultiError

type GetNotifyReplyMultiError []error

GetNotifyReplyMultiError is an error wrapping multiple validation errors returned by GetNotifyReply.ValidateAll() if the designated constraints aren't met.

func (GetNotifyReplyMultiError) AllErrors

func (m GetNotifyReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetNotifyReplyMultiError) Error

func (m GetNotifyReplyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GetNotifyReplyValidationError

type GetNotifyReplyValidationError struct {
	// contains filtered or unexported fields
}

GetNotifyReplyValidationError is the validation error returned by GetNotifyReply.Validate if the designated constraints aren't met.

func (GetNotifyReplyValidationError) Cause

Cause function returns cause value.

func (GetNotifyReplyValidationError) Error

Error satisfies the builtin error interface

func (GetNotifyReplyValidationError) ErrorName

func (e GetNotifyReplyValidationError) ErrorName() string

ErrorName returns error name.

func (GetNotifyReplyValidationError) Field

Field function returns field value.

func (GetNotifyReplyValidationError) Key

Key function returns key value.

func (GetNotifyReplyValidationError) Reason

Reason function returns reason value.

type GetNotifyReply_Data

type GetNotifyReply_Data struct {
	// contains filtered or unexported fields
}

func (*GetNotifyReply_Data) Descriptor deprecated

func (*GetNotifyReply_Data) Descriptor() ([]byte, []int)

Deprecated: Use GetNotifyReply_Data.ProtoReflect.Descriptor instead.

func (*GetNotifyReply_Data) ProtoMessage

func (*GetNotifyReply_Data) ProtoMessage()

func (*GetNotifyReply_Data) ProtoReflect

func (x *GetNotifyReply_Data) ProtoReflect() protoreflect.Message

func (*GetNotifyReply_Data) Reset

func (x *GetNotifyReply_Data) Reset()

func (*GetNotifyReply_Data) String

func (x *GetNotifyReply_Data) String() string

func (*GetNotifyReply_Data) Validate added in v0.0.2

func (m *GetNotifyReply_Data) Validate() error

Validate checks the field values on GetNotifyReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetNotifyReply_Data) ValidateAll added in v0.0.2

func (m *GetNotifyReply_Data) ValidateAll() error

ValidateAll checks the field values on GetNotifyReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNotifyReply_DataMultiError, or nil if none found.

type GetNotifyReply_DataMultiError added in v0.0.2

type GetNotifyReply_DataMultiError []error

GetNotifyReply_DataMultiError is an error wrapping multiple validation errors returned by GetNotifyReply_Data.ValidateAll() if the designated constraints aren't met.

func (GetNotifyReply_DataMultiError) AllErrors added in v0.0.2

func (m GetNotifyReply_DataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetNotifyReply_DataMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type GetNotifyReply_DataValidationError added in v0.0.2

type GetNotifyReply_DataValidationError struct {
	// contains filtered or unexported fields
}

GetNotifyReply_DataValidationError is the validation error returned by GetNotifyReply_Data.Validate if the designated constraints aren't met.

func (GetNotifyReply_DataValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (GetNotifyReply_DataValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (GetNotifyReply_DataValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (GetNotifyReply_DataValidationError) Field added in v0.0.2

Field function returns field value.

func (GetNotifyReply_DataValidationError) Key added in v0.0.2

Key function returns key value.

func (GetNotifyReply_DataValidationError) Reason added in v0.0.2

Reason function returns reason value.

type GetNotifyRequest

type GetNotifyRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNotifyRequest) Descriptor deprecated

func (*GetNotifyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNotifyRequest.ProtoReflect.Descriptor instead.

func (*GetNotifyRequest) GetId

func (x *GetNotifyRequest) GetId() uint64

func (*GetNotifyRequest) ProtoMessage

func (*GetNotifyRequest) ProtoMessage()

func (*GetNotifyRequest) ProtoReflect

func (x *GetNotifyRequest) ProtoReflect() protoreflect.Message

func (*GetNotifyRequest) Reset

func (x *GetNotifyRequest) Reset()

func (*GetNotifyRequest) String

func (x *GetNotifyRequest) String() string

func (*GetNotifyRequest) Validate

func (m *GetNotifyRequest) Validate() error

Validate checks the field values on GetNotifyRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetNotifyRequest) ValidateAll

func (m *GetNotifyRequest) ValidateAll() error

ValidateAll checks the field values on GetNotifyRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNotifyRequestMultiError, or nil if none found.

type GetNotifyRequestMultiError

type GetNotifyRequestMultiError []error

GetNotifyRequestMultiError is an error wrapping multiple validation errors returned by GetNotifyRequest.ValidateAll() if the designated constraints aren't met.

func (GetNotifyRequestMultiError) AllErrors

func (m GetNotifyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetNotifyRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetNotifyRequestValidationError

type GetNotifyRequestValidationError struct {
	// contains filtered or unexported fields
}

GetNotifyRequestValidationError is the validation error returned by GetNotifyRequest.Validate if the designated constraints aren't met.

func (GetNotifyRequestValidationError) Cause

Cause function returns cause value.

func (GetNotifyRequestValidationError) Error

Error satisfies the builtin error interface

func (GetNotifyRequestValidationError) ErrorName

ErrorName returns error name.

func (GetNotifyRequestValidationError) Field

Field function returns field value.

func (GetNotifyRequestValidationError) Key

Key function returns key value.

func (GetNotifyRequestValidationError) Reason

Reason function returns reason value.

type ListNotifyReply

type ListNotifyReply struct {
	Code    uint32                `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Data    *ListNotifyReply_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Message string                `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNotifyReply) Descriptor deprecated

func (*ListNotifyReply) Descriptor() ([]byte, []int)

Deprecated: Use ListNotifyReply.ProtoReflect.Descriptor instead.

func (*ListNotifyReply) GetCode

func (x *ListNotifyReply) GetCode() uint32

func (*ListNotifyReply) GetData

func (x *ListNotifyReply) GetData() *ListNotifyReply_Data

func (*ListNotifyReply) GetMessage

func (x *ListNotifyReply) GetMessage() string

func (*ListNotifyReply) ProtoMessage

func (*ListNotifyReply) ProtoMessage()

func (*ListNotifyReply) ProtoReflect

func (x *ListNotifyReply) ProtoReflect() protoreflect.Message

func (*ListNotifyReply) Reset

func (x *ListNotifyReply) Reset()

func (*ListNotifyReply) String

func (x *ListNotifyReply) String() string

func (*ListNotifyReply) Validate

func (m *ListNotifyReply) Validate() error

Validate checks the field values on ListNotifyReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListNotifyReply) ValidateAll

func (m *ListNotifyReply) ValidateAll() error

ValidateAll checks the field values on ListNotifyReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNotifyReplyMultiError, or nil if none found.

type ListNotifyReplyMultiError

type ListNotifyReplyMultiError []error

ListNotifyReplyMultiError is an error wrapping multiple validation errors returned by ListNotifyReply.ValidateAll() if the designated constraints aren't met.

func (ListNotifyReplyMultiError) AllErrors

func (m ListNotifyReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListNotifyReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListNotifyReplyValidationError

type ListNotifyReplyValidationError struct {
	// contains filtered or unexported fields
}

ListNotifyReplyValidationError is the validation error returned by ListNotifyReply.Validate if the designated constraints aren't met.

func (ListNotifyReplyValidationError) Cause

Cause function returns cause value.

func (ListNotifyReplyValidationError) Error

Error satisfies the builtin error interface

func (ListNotifyReplyValidationError) ErrorName

func (e ListNotifyReplyValidationError) ErrorName() string

ErrorName returns error name.

func (ListNotifyReplyValidationError) Field

Field function returns field value.

func (ListNotifyReplyValidationError) Key

Key function returns key value.

func (ListNotifyReplyValidationError) Reason

Reason function returns reason value.

type ListNotifyReply_Data

type ListNotifyReply_Data struct {
	// contains filtered or unexported fields
}

func (*ListNotifyReply_Data) Descriptor deprecated

func (*ListNotifyReply_Data) Descriptor() ([]byte, []int)

Deprecated: Use ListNotifyReply_Data.ProtoReflect.Descriptor instead.

func (*ListNotifyReply_Data) ProtoMessage

func (*ListNotifyReply_Data) ProtoMessage()

func (*ListNotifyReply_Data) ProtoReflect

func (x *ListNotifyReply_Data) ProtoReflect() protoreflect.Message

func (*ListNotifyReply_Data) Reset

func (x *ListNotifyReply_Data) Reset()

func (*ListNotifyReply_Data) String

func (x *ListNotifyReply_Data) String() string

func (*ListNotifyReply_Data) Validate added in v0.0.2

func (m *ListNotifyReply_Data) Validate() error

Validate checks the field values on ListNotifyReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListNotifyReply_Data) ValidateAll added in v0.0.2

func (m *ListNotifyReply_Data) ValidateAll() error

ValidateAll checks the field values on ListNotifyReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNotifyReply_DataMultiError, or nil if none found.

type ListNotifyReply_DataMultiError added in v0.0.2

type ListNotifyReply_DataMultiError []error

ListNotifyReply_DataMultiError is an error wrapping multiple validation errors returned by ListNotifyReply_Data.ValidateAll() if the designated constraints aren't met.

func (ListNotifyReply_DataMultiError) AllErrors added in v0.0.2

func (m ListNotifyReply_DataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListNotifyReply_DataMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type ListNotifyReply_DataValidationError added in v0.0.2

type ListNotifyReply_DataValidationError struct {
	// contains filtered or unexported fields
}

ListNotifyReply_DataValidationError is the validation error returned by ListNotifyReply_Data.Validate if the designated constraints aren't met.

func (ListNotifyReply_DataValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (ListNotifyReply_DataValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (ListNotifyReply_DataValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (ListNotifyReply_DataValidationError) Field added in v0.0.2

Field function returns field value.

func (ListNotifyReply_DataValidationError) Key added in v0.0.2

Key function returns key value.

func (ListNotifyReply_DataValidationError) Reason added in v0.0.2

Reason function returns reason value.

type ListNotifyRequest

type ListNotifyRequest struct {
	// contains filtered or unexported fields
}

func (*ListNotifyRequest) Descriptor deprecated

func (*ListNotifyRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListNotifyRequest.ProtoReflect.Descriptor instead.

func (*ListNotifyRequest) ProtoMessage

func (*ListNotifyRequest) ProtoMessage()

func (*ListNotifyRequest) ProtoReflect

func (x *ListNotifyRequest) ProtoReflect() protoreflect.Message

func (*ListNotifyRequest) Reset

func (x *ListNotifyRequest) Reset()

func (*ListNotifyRequest) String

func (x *ListNotifyRequest) String() string

func (*ListNotifyRequest) Validate

func (m *ListNotifyRequest) Validate() error

Validate checks the field values on ListNotifyRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListNotifyRequest) ValidateAll

func (m *ListNotifyRequest) ValidateAll() error

ValidateAll checks the field values on ListNotifyRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNotifyRequestMultiError, or nil if none found.

type ListNotifyRequestMultiError

type ListNotifyRequestMultiError []error

ListNotifyRequestMultiError is an error wrapping multiple validation errors returned by ListNotifyRequest.ValidateAll() if the designated constraints aren't met.

func (ListNotifyRequestMultiError) AllErrors

func (m ListNotifyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListNotifyRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListNotifyRequestValidationError

type ListNotifyRequestValidationError struct {
	// contains filtered or unexported fields
}

ListNotifyRequestValidationError is the validation error returned by ListNotifyRequest.Validate if the designated constraints aren't met.

func (ListNotifyRequestValidationError) Cause

Cause function returns cause value.

func (ListNotifyRequestValidationError) Error

Error satisfies the builtin error interface

func (ListNotifyRequestValidationError) ErrorName

ErrorName returns error name.

func (ListNotifyRequestValidationError) Field

Field function returns field value.

func (ListNotifyRequestValidationError) Key

Key function returns key value.

func (ListNotifyRequestValidationError) Reason

Reason function returns reason value.

type NotifyClient

type NotifyClient interface {
	CreateNotify(ctx context.Context, in *CreateNotifyRequest, opts ...grpc.CallOption) (*CreateNotifyReply, error)
	UpdateNotify(ctx context.Context, in *UpdateNotifyRequest, opts ...grpc.CallOption) (*UpdateNotifyReply, error)
	DeleteNotify(ctx context.Context, in *DeleteNotifyRequest, opts ...grpc.CallOption) (*DeleteNotifyReply, error)
	GetNotify(ctx context.Context, in *GetNotifyRequest, opts ...grpc.CallOption) (*GetNotifyReply, error)
	ListNotify(ctx context.Context, in *ListNotifyRequest, opts ...grpc.CallOption) (*ListNotifyReply, error)
	CreateToDoJob(ctx context.Context, in *CreateToDoJobRequest, opts ...grpc.CallOption) (*CreateToDoJobReply, error)
	DeleteToDoJob(ctx context.Context, in *DeleteToDoJobRequest, opts ...grpc.CallOption) (*DeleteToDoJobReply, error)
	CreateReportJob(ctx context.Context, in *CreateReportJobRequest, opts ...grpc.CallOption) (*CreateReportJobReply, error)
	DeleteReportJob(ctx context.Context, in *DeleteReportJobRequest, opts ...grpc.CallOption) (*DeleteReportJobReply, error)
}

NotifyClient is the client API for Notify service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewNotifyClient

func NewNotifyClient(cc grpc.ClientConnInterface) NotifyClient

type NotifyHTTPClient

type NotifyHTTPClient interface {
	CreateNotify(ctx context.Context, req *CreateNotifyRequest, opts ...http.CallOption) (rsp *CreateNotifyReply, err error)
	CreateReportJob(ctx context.Context, req *CreateReportJobRequest, opts ...http.CallOption) (rsp *CreateReportJobReply, err error)
	CreateToDoJob(ctx context.Context, req *CreateToDoJobRequest, opts ...http.CallOption) (rsp *CreateToDoJobReply, err error)
	DeleteNotify(ctx context.Context, req *DeleteNotifyRequest, opts ...http.CallOption) (rsp *DeleteNotifyReply, err error)
	DeleteReportJob(ctx context.Context, req *DeleteReportJobRequest, opts ...http.CallOption) (rsp *DeleteReportJobReply, err error)
	DeleteToDoJob(ctx context.Context, req *DeleteToDoJobRequest, opts ...http.CallOption) (rsp *DeleteToDoJobReply, err error)
	GetNotify(ctx context.Context, req *GetNotifyRequest, opts ...http.CallOption) (rsp *GetNotifyReply, err error)
	ListNotify(ctx context.Context, req *ListNotifyRequest, opts ...http.CallOption) (rsp *ListNotifyReply, err error)
	UpdateNotify(ctx context.Context, req *UpdateNotifyRequest, opts ...http.CallOption) (rsp *UpdateNotifyReply, err error)
}

func NewNotifyHTTPClient

func NewNotifyHTTPClient(client *http.Client) NotifyHTTPClient

type NotifyHTTPClientImpl

type NotifyHTTPClientImpl struct {
	// contains filtered or unexported fields
}

func (*NotifyHTTPClientImpl) CreateNotify

func (*NotifyHTTPClientImpl) CreateReportJob

func (*NotifyHTTPClientImpl) CreateToDoJob

func (*NotifyHTTPClientImpl) DeleteNotify

func (*NotifyHTTPClientImpl) DeleteReportJob

func (*NotifyHTTPClientImpl) DeleteToDoJob

func (*NotifyHTTPClientImpl) GetNotify

func (*NotifyHTTPClientImpl) ListNotify

func (*NotifyHTTPClientImpl) UpdateNotify

type NotifyServer

NotifyServer is the server API for Notify service. All implementations must embed UnimplementedNotifyServer for forward compatibility

type UnimplementedNotifyServer

type UnimplementedNotifyServer struct {
}

UnimplementedNotifyServer must be embedded to have forward compatible implementations.

func (UnimplementedNotifyServer) CreateNotify

func (UnimplementedNotifyServer) CreateReportJob

func (UnimplementedNotifyServer) CreateToDoJob

func (UnimplementedNotifyServer) DeleteNotify

func (UnimplementedNotifyServer) DeleteReportJob

func (UnimplementedNotifyServer) DeleteToDoJob

func (UnimplementedNotifyServer) GetNotify

func (UnimplementedNotifyServer) ListNotify

func (UnimplementedNotifyServer) UpdateNotify

type UnsafeNotifyServer

type UnsafeNotifyServer interface {
	// contains filtered or unexported methods
}

UnsafeNotifyServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to NotifyServer will result in compilation errors.

type UpdateNotifyReply

type UpdateNotifyReply struct {
	Code    uint32                  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Data    *UpdateNotifyReply_Data `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Message string                  `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateNotifyReply) Descriptor deprecated

func (*UpdateNotifyReply) Descriptor() ([]byte, []int)

Deprecated: Use UpdateNotifyReply.ProtoReflect.Descriptor instead.

func (*UpdateNotifyReply) GetCode

func (x *UpdateNotifyReply) GetCode() uint32

func (*UpdateNotifyReply) GetData

func (*UpdateNotifyReply) GetMessage

func (x *UpdateNotifyReply) GetMessage() string

func (*UpdateNotifyReply) ProtoMessage

func (*UpdateNotifyReply) ProtoMessage()

func (*UpdateNotifyReply) ProtoReflect

func (x *UpdateNotifyReply) ProtoReflect() protoreflect.Message

func (*UpdateNotifyReply) Reset

func (x *UpdateNotifyReply) Reset()

func (*UpdateNotifyReply) String

func (x *UpdateNotifyReply) String() string

func (*UpdateNotifyReply) Validate

func (m *UpdateNotifyReply) Validate() error

Validate checks the field values on UpdateNotifyReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateNotifyReply) ValidateAll

func (m *UpdateNotifyReply) ValidateAll() error

ValidateAll checks the field values on UpdateNotifyReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateNotifyReplyMultiError, or nil if none found.

type UpdateNotifyReplyMultiError

type UpdateNotifyReplyMultiError []error

UpdateNotifyReplyMultiError is an error wrapping multiple validation errors returned by UpdateNotifyReply.ValidateAll() if the designated constraints aren't met.

func (UpdateNotifyReplyMultiError) AllErrors

func (m UpdateNotifyReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateNotifyReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateNotifyReplyValidationError

type UpdateNotifyReplyValidationError struct {
	// contains filtered or unexported fields
}

UpdateNotifyReplyValidationError is the validation error returned by UpdateNotifyReply.Validate if the designated constraints aren't met.

func (UpdateNotifyReplyValidationError) Cause

Cause function returns cause value.

func (UpdateNotifyReplyValidationError) Error

Error satisfies the builtin error interface

func (UpdateNotifyReplyValidationError) ErrorName

ErrorName returns error name.

func (UpdateNotifyReplyValidationError) Field

Field function returns field value.

func (UpdateNotifyReplyValidationError) Key

Key function returns key value.

func (UpdateNotifyReplyValidationError) Reason

Reason function returns reason value.

type UpdateNotifyReply_Data

type UpdateNotifyReply_Data struct {
	// contains filtered or unexported fields
}

func (*UpdateNotifyReply_Data) Descriptor deprecated

func (*UpdateNotifyReply_Data) Descriptor() ([]byte, []int)

Deprecated: Use UpdateNotifyReply_Data.ProtoReflect.Descriptor instead.

func (*UpdateNotifyReply_Data) ProtoMessage

func (*UpdateNotifyReply_Data) ProtoMessage()

func (*UpdateNotifyReply_Data) ProtoReflect

func (x *UpdateNotifyReply_Data) ProtoReflect() protoreflect.Message

func (*UpdateNotifyReply_Data) Reset

func (x *UpdateNotifyReply_Data) Reset()

func (*UpdateNotifyReply_Data) String

func (x *UpdateNotifyReply_Data) String() string

func (*UpdateNotifyReply_Data) Validate added in v0.0.2

func (m *UpdateNotifyReply_Data) Validate() error

Validate checks the field values on UpdateNotifyReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateNotifyReply_Data) ValidateAll added in v0.0.2

func (m *UpdateNotifyReply_Data) ValidateAll() error

ValidateAll checks the field values on UpdateNotifyReply_Data with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateNotifyReply_DataMultiError, or nil if none found.

type UpdateNotifyReply_DataMultiError added in v0.0.2

type UpdateNotifyReply_DataMultiError []error

UpdateNotifyReply_DataMultiError is an error wrapping multiple validation errors returned by UpdateNotifyReply_Data.ValidateAll() if the designated constraints aren't met.

func (UpdateNotifyReply_DataMultiError) AllErrors added in v0.0.2

func (m UpdateNotifyReply_DataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateNotifyReply_DataMultiError) Error added in v0.0.2

Error returns a concatenation of all the error messages it wraps.

type UpdateNotifyReply_DataValidationError added in v0.0.2

type UpdateNotifyReply_DataValidationError struct {
	// contains filtered or unexported fields
}

UpdateNotifyReply_DataValidationError is the validation error returned by UpdateNotifyReply_Data.Validate if the designated constraints aren't met.

func (UpdateNotifyReply_DataValidationError) Cause added in v0.0.2

Cause function returns cause value.

func (UpdateNotifyReply_DataValidationError) Error added in v0.0.2

Error satisfies the builtin error interface

func (UpdateNotifyReply_DataValidationError) ErrorName added in v0.0.2

ErrorName returns error name.

func (UpdateNotifyReply_DataValidationError) Field added in v0.0.2

Field function returns field value.

func (UpdateNotifyReply_DataValidationError) Key added in v0.0.2

Key function returns key value.

func (UpdateNotifyReply_DataValidationError) Reason added in v0.0.2

Reason function returns reason value.

type UpdateNotifyRequest

type UpdateNotifyRequest struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateNotifyRequest) Descriptor deprecated

func (*UpdateNotifyRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateNotifyRequest.ProtoReflect.Descriptor instead.

func (*UpdateNotifyRequest) GetId

func (x *UpdateNotifyRequest) GetId() uint64

func (*UpdateNotifyRequest) ProtoMessage

func (*UpdateNotifyRequest) ProtoMessage()

func (*UpdateNotifyRequest) ProtoReflect

func (x *UpdateNotifyRequest) ProtoReflect() protoreflect.Message

func (*UpdateNotifyRequest) Reset

func (x *UpdateNotifyRequest) Reset()

func (*UpdateNotifyRequest) String

func (x *UpdateNotifyRequest) String() string

func (*UpdateNotifyRequest) Validate

func (m *UpdateNotifyRequest) Validate() error

Validate checks the field values on UpdateNotifyRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateNotifyRequest) ValidateAll

func (m *UpdateNotifyRequest) ValidateAll() error

ValidateAll checks the field values on UpdateNotifyRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateNotifyRequestMultiError, or nil if none found.

type UpdateNotifyRequestMultiError

type UpdateNotifyRequestMultiError []error

UpdateNotifyRequestMultiError is an error wrapping multiple validation errors returned by UpdateNotifyRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateNotifyRequestMultiError) AllErrors

func (m UpdateNotifyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateNotifyRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateNotifyRequestValidationError

type UpdateNotifyRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateNotifyRequestValidationError is the validation error returned by UpdateNotifyRequest.Validate if the designated constraints aren't met.

func (UpdateNotifyRequestValidationError) Cause

Cause function returns cause value.

func (UpdateNotifyRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateNotifyRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateNotifyRequestValidationError) Field

Field function returns field value.

func (UpdateNotifyRequestValidationError) Key

Key function returns key value.

func (UpdateNotifyRequestValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL