Versions in this module Expand all Collapse all v0 v0.0.1 Jul 10, 2021 Changes in this version + var Code_name = map[int32]string + var Code_value = map[string]int32 + var File_common_bytesmessage_proto protoreflect.FileDescriptor + var File_common_code_proto protoreflect.FileDescriptor + var File_common_expire_proto protoreflect.FileDescriptor + var File_common_target_proto protoreflect.FileDescriptor + type BytesMessage struct + Content []byte + func (*BytesMessage) Descriptor() ([]byte, []int) + func (*BytesMessage) ProtoMessage() + func (m *BytesMessage) Validate() error + func (x *BytesMessage) GetContent() []byte + func (x *BytesMessage) ProtoReflect() protoreflect.Message + func (x *BytesMessage) Reset() + func (x *BytesMessage) String() string + type BytesMessageValidationError struct + func (e BytesMessageValidationError) Cause() error + func (e BytesMessageValidationError) Error() string + func (e BytesMessageValidationError) ErrorName() string + func (e BytesMessageValidationError) Field() string + func (e BytesMessageValidationError) Key() bool + func (e BytesMessageValidationError) Reason() string + type Code int32 + const Code_EXPIRE_TIME_EARLIER_THAN_NOW + const Code_ILLEGAL_EXPIRE_TIME + const Code_RETRY_MAX_TIMES + const Code_SUCCESS + const Code_UNKNOWN + func (Code) Descriptor() protoreflect.EnumDescriptor + func (Code) EnumDescriptor() ([]byte, []int) + func (Code) Type() protoreflect.EnumType + func (x Code) Enum() *Code + func (x Code) Number() protoreflect.EnumNumber + func (x Code) String() string + type Expire struct + Expire isExpire_Expire + func (*Expire) Descriptor() ([]byte, []int) + func (*Expire) ProtoMessage() + func (m *Expire) GetExpire() isExpire_Expire + func (m *Expire) Validate() error + func (x *Expire) GetExpireAt() *timestamp.Timestamp + func (x *Expire) GetExpireDuration() *duration.Duration + func (x *Expire) ProtoReflect() protoreflect.Message + func (x *Expire) Reset() + func (x *Expire) String() string + type ExpireValidationError struct + func (e ExpireValidationError) Cause() error + func (e ExpireValidationError) Error() string + func (e ExpireValidationError) ErrorName() string + func (e ExpireValidationError) Field() string + func (e ExpireValidationError) Key() bool + func (e ExpireValidationError) Reason() string + type Expire_ExpireAt struct + ExpireAt *timestamp.Timestamp + type Expire_ExpireDuration struct + ExpireDuration *duration.Duration + type GrpcTarget struct + GrpcUrl string + func (*GrpcTarget) Descriptor() ([]byte, []int) + func (*GrpcTarget) ProtoMessage() + func (m *GrpcTarget) Validate() error + func (x *GrpcTarget) GetGrpcUrl() string + func (x *GrpcTarget) ProtoReflect() protoreflect.Message + func (x *GrpcTarget) Reset() + func (x *GrpcTarget) String() string + type GrpcTargetValidationError struct + func (e GrpcTargetValidationError) Cause() error + func (e GrpcTargetValidationError) Error() string + func (e GrpcTargetValidationError) ErrorName() string + func (e GrpcTargetValidationError) Field() string + func (e GrpcTargetValidationError) Key() bool + func (e GrpcTargetValidationError) Reason() string + type HttpTarget struct + HttpUrl string + func (*HttpTarget) Descriptor() ([]byte, []int) + func (*HttpTarget) ProtoMessage() + func (m *HttpTarget) Validate() error + func (x *HttpTarget) GetHttpUrl() string + func (x *HttpTarget) ProtoReflect() protoreflect.Message + func (x *HttpTarget) Reset() + func (x *HttpTarget) String() string + type HttpTargetValidationError struct + func (e HttpTargetValidationError) Cause() error + func (e HttpTargetValidationError) Error() string + func (e HttpTargetValidationError) ErrorName() string + func (e HttpTargetValidationError) Field() string + func (e HttpTargetValidationError) Key() bool + func (e HttpTargetValidationError) Reason() string + type Target struct + Target isTarget_Target + func (*Target) Descriptor() ([]byte, []int) + func (*Target) ProtoMessage() + func (m *Target) GetTarget() isTarget_Target + func (m *Target) Validate() error + func (x *Target) GetGrpcTarget() *GrpcTarget + func (x *Target) GetHttpTarget() *HttpTarget + func (x *Target) ProtoReflect() protoreflect.Message + func (x *Target) Reset() + func (x *Target) String() string + type TargetValidationError struct + func (e TargetValidationError) Cause() error + func (e TargetValidationError) Error() string + func (e TargetValidationError) ErrorName() string + func (e TargetValidationError) Field() string + func (e TargetValidationError) Key() bool + func (e TargetValidationError) Reason() string + type Target_GrpcTarget struct + GrpcTarget *GrpcTarget + type Target_HttpTarget struct + HttpTarget *HttpTarget