Documentation ¶
Index ¶
- Variables
- type AttributeDaily
- func (AttributeDaily) Descriptor() protoreflect.EnumDescriptor
- func (x AttributeDaily) Enum() *AttributeDaily
- func (AttributeDaily) EnumDescriptor() ([]byte, []int)deprecated
- func (x AttributeDaily) Number() protoreflect.EnumNumber
- func (x AttributeDaily) String() string
- func (AttributeDaily) Type() protoreflect.EnumType
- type AttributeMonthly
- func (AttributeMonthly) Descriptor() protoreflect.EnumDescriptor
- func (x AttributeMonthly) Enum() *AttributeMonthly
- func (AttributeMonthly) EnumDescriptor() ([]byte, []int)deprecated
- func (x AttributeMonthly) Number() protoreflect.EnumNumber
- func (x AttributeMonthly) String() string
- func (AttributeMonthly) Type() protoreflect.EnumType
- type AttributeOnce
- func (AttributeOnce) Descriptor() protoreflect.EnumDescriptor
- func (x AttributeOnce) Enum() *AttributeOnce
- func (AttributeOnce) EnumDescriptor() ([]byte, []int)deprecated
- func (x AttributeOnce) Number() protoreflect.EnumNumber
- func (x AttributeOnce) String() string
- func (AttributeOnce) Type() protoreflect.EnumType
- type AttributeWeekly
- func (AttributeWeekly) Descriptor() protoreflect.EnumDescriptor
- func (x AttributeWeekly) Enum() *AttributeWeekly
- func (AttributeWeekly) EnumDescriptor() ([]byte, []int)deprecated
- func (x AttributeWeekly) Number() protoreflect.EnumNumber
- func (x AttributeWeekly) String() string
- func (AttributeWeekly) Type() protoreflect.EnumType
- type TestImport
- type TestImportValidationError
Constants ¶
This section is empty.
Variables ¶
var ( AttributeDaily_name = map[int32]string{ 0: "NoneDaily", } AttributeDaily_value = map[string]int32{ "NoneDaily": 0, } )
Enum value maps for AttributeDaily.
var ( AttributeWeekly_name = map[int32]string{ 0: "NoneWeekly", } AttributeWeekly_value = map[string]int32{ "NoneWeekly": 0, } )
Enum value maps for AttributeWeekly.
var ( AttributeMonthly_name = map[int32]string{ 0: "NoneMonthly", } AttributeMonthly_value = map[string]int32{ "NoneMonthly": 0, } )
Enum value maps for AttributeMonthly.
var ( AttributeOnce_name = map[int32]string{ 0: "NoneOnce", } AttributeOnce_value = map[string]int32{ "NoneOnce": 0, } )
Enum value maps for AttributeOnce.
var File_attribute_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AttributeDaily ¶
type AttributeDaily int32
daily update attribute
const (
AttributeDaily_NoneDaily AttributeDaily = 0
)
func (AttributeDaily) Descriptor ¶
func (AttributeDaily) Descriptor() protoreflect.EnumDescriptor
func (AttributeDaily) Enum ¶
func (x AttributeDaily) Enum() *AttributeDaily
func (AttributeDaily) EnumDescriptor
deprecated
func (AttributeDaily) EnumDescriptor() ([]byte, []int)
Deprecated: Use AttributeDaily.Descriptor instead.
func (AttributeDaily) Number ¶
func (x AttributeDaily) Number() protoreflect.EnumNumber
func (AttributeDaily) String ¶
func (x AttributeDaily) String() string
func (AttributeDaily) Type ¶
func (AttributeDaily) Type() protoreflect.EnumType
type AttributeMonthly ¶
type AttributeMonthly int32
monthly update attribute
const (
AttributeMonthly_NoneMonthly AttributeMonthly = 0
)
func (AttributeMonthly) Descriptor ¶
func (AttributeMonthly) Descriptor() protoreflect.EnumDescriptor
func (AttributeMonthly) Enum ¶
func (x AttributeMonthly) Enum() *AttributeMonthly
func (AttributeMonthly) EnumDescriptor
deprecated
func (AttributeMonthly) EnumDescriptor() ([]byte, []int)
Deprecated: Use AttributeMonthly.Descriptor instead.
func (AttributeMonthly) Number ¶
func (x AttributeMonthly) Number() protoreflect.EnumNumber
func (AttributeMonthly) String ¶
func (x AttributeMonthly) String() string
func (AttributeMonthly) Type ¶
func (AttributeMonthly) Type() protoreflect.EnumType
type AttributeOnce ¶
type AttributeOnce int32
once update attribute
const (
AttributeOnce_NoneOnce AttributeOnce = 0
)
func (AttributeOnce) Descriptor ¶
func (AttributeOnce) Descriptor() protoreflect.EnumDescriptor
func (AttributeOnce) Enum ¶
func (x AttributeOnce) Enum() *AttributeOnce
func (AttributeOnce) EnumDescriptor
deprecated
func (AttributeOnce) EnumDescriptor() ([]byte, []int)
Deprecated: Use AttributeOnce.Descriptor instead.
func (AttributeOnce) Number ¶
func (x AttributeOnce) Number() protoreflect.EnumNumber
func (AttributeOnce) String ¶
func (x AttributeOnce) String() string
func (AttributeOnce) Type ¶
func (AttributeOnce) Type() protoreflect.EnumType
type AttributeWeekly ¶
type AttributeWeekly int32
weekly update attribute
const (
AttributeWeekly_NoneWeekly AttributeWeekly = 0
)
func (AttributeWeekly) Descriptor ¶
func (AttributeWeekly) Descriptor() protoreflect.EnumDescriptor
func (AttributeWeekly) Enum ¶
func (x AttributeWeekly) Enum() *AttributeWeekly
func (AttributeWeekly) EnumDescriptor
deprecated
func (AttributeWeekly) EnumDescriptor() ([]byte, []int)
Deprecated: Use AttributeWeekly.Descriptor instead.
func (AttributeWeekly) Number ¶
func (x AttributeWeekly) Number() protoreflect.EnumNumber
func (AttributeWeekly) String ¶
func (x AttributeWeekly) String() string
func (AttributeWeekly) Type ¶
func (AttributeWeekly) Type() protoreflect.EnumType
type TestImport ¶
type TestImport struct {
// contains filtered or unexported fields
}
func (*TestImport) Descriptor
deprecated
func (*TestImport) Descriptor() ([]byte, []int)
Deprecated: Use TestImport.ProtoReflect.Descriptor instead.
func (*TestImport) ProtoMessage ¶
func (*TestImport) ProtoMessage()
func (*TestImport) ProtoReflect ¶
func (x *TestImport) ProtoReflect() protoreflect.Message
func (*TestImport) Reset ¶
func (x *TestImport) Reset()
func (*TestImport) String ¶
func (x *TestImport) String() string
func (*TestImport) Validate ¶
func (m *TestImport) Validate() error
Validate checks the field values on TestImport with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type TestImportValidationError ¶
type TestImportValidationError struct {
// contains filtered or unexported fields
}
TestImportValidationError is the validation error returned by TestImport.Validate if the designated constraints aren't met.
func (TestImportValidationError) Cause ¶
func (e TestImportValidationError) Cause() error
Cause function returns cause value.
func (TestImportValidationError) Error ¶
func (e TestImportValidationError) Error() string
Error satisfies the builtin error interface
func (TestImportValidationError) ErrorName ¶
func (e TestImportValidationError) ErrorName() string
ErrorName returns error name.
func (TestImportValidationError) Field ¶
func (e TestImportValidationError) Field() string
Field function returns field value.
func (TestImportValidationError) Key ¶
func (e TestImportValidationError) Key() bool
Key function returns key value.
func (TestImportValidationError) Reason ¶
func (e TestImportValidationError) Reason() string
Reason function returns reason value.