Documentation ¶
Index ¶
- Variables
- type KVStoreKeyOptions
- func (*KVStoreKeyOptions) Descriptor() ([]byte, []int)deprecated
- func (x *KVStoreKeyOptions) GetDynamicKey() *KVStoreKeyOptions_DynamicKeyMode
- func (m *KVStoreKeyOptions) GetMode() isKVStoreKeyOptions_Mode
- func (x *KVStoreKeyOptions) GetName() string
- func (x *KVStoreKeyOptions) GetStaticKey() *KVStoreKeyOptions_StaticKeyMode
- func (*KVStoreKeyOptions) ProtoMessage()
- func (x *KVStoreKeyOptions) ProtoReflect() protoreflect.Message
- func (x *KVStoreKeyOptions) Reset()
- func (x *KVStoreKeyOptions) String() string
- type KVStoreKeyOptions_DynamicKey
- type KVStoreKeyOptions_DynamicKeyMode
- func (*KVStoreKeyOptions_DynamicKeyMode) Descriptor() ([]byte, []int)deprecated
- func (*KVStoreKeyOptions_DynamicKeyMode) ProtoMessage()
- func (x *KVStoreKeyOptions_DynamicKeyMode) ProtoReflect() protoreflect.Message
- func (x *KVStoreKeyOptions_DynamicKeyMode) Reset()
- func (x *KVStoreKeyOptions_DynamicKeyMode) String() string
- type KVStoreKeyOptions_StaticKey
- type KVStoreKeyOptions_StaticKeyMode
- func (*KVStoreKeyOptions_StaticKeyMode) Descriptor() ([]byte, []int)deprecated
- func (x *KVStoreKeyOptions_StaticKeyMode) GetKey() string
- func (*KVStoreKeyOptions_StaticKeyMode) ProtoMessage()
- func (x *KVStoreKeyOptions_StaticKeyMode) ProtoReflect() protoreflect.Message
- func (x *KVStoreKeyOptions_StaticKeyMode) Reset()
- func (x *KVStoreKeyOptions_StaticKeyMode) String() string
- type KVStoreValueOptions
- func (*KVStoreValueOptions) Descriptor() ([]byte, []int)deprecated
- func (x *KVStoreValueOptions) GetGeneral() *KVStoreValueOptions_GeneralValueMode
- func (m *KVStoreValueOptions) GetMode() isKVStoreValueOptions_Mode
- func (x *KVStoreValueOptions) GetName() string
- func (x *KVStoreValueOptions) GetNumeral() *KVStoreValueOptions_NumeralValueMode
- func (*KVStoreValueOptions) ProtoMessage()
- func (x *KVStoreValueOptions) ProtoReflect() protoreflect.Message
- func (x *KVStoreValueOptions) Reset()
- func (x *KVStoreValueOptions) String() string
- type KVStoreValueOptions_General
- type KVStoreValueOptions_GeneralValueMode
- func (*KVStoreValueOptions_GeneralValueMode) Descriptor() ([]byte, []int)deprecated
- func (*KVStoreValueOptions_GeneralValueMode) ProtoMessage()
- func (x *KVStoreValueOptions_GeneralValueMode) ProtoReflect() protoreflect.Message
- func (x *KVStoreValueOptions_GeneralValueMode) Reset()
- func (x *KVStoreValueOptions_GeneralValueMode) String() string
- type KVStoreValueOptions_Numeral
- type KVStoreValueOptions_NumeralValueMode
- func (*KVStoreValueOptions_NumeralValueMode) Descriptor() ([]byte, []int)deprecated
- func (*KVStoreValueOptions_NumeralValueMode) ProtoMessage()
- func (x *KVStoreValueOptions_NumeralValueMode) ProtoReflect() protoreflect.Message
- func (x *KVStoreValueOptions_NumeralValueMode) Reset()
- func (x *KVStoreValueOptions_NumeralValueMode) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // optional kvstore.KVStoreKeyOptions key_options = 1000; E_KeyOptions = &file_protobuf_kvstore_options_proto_extTypes[0] // optional kvstore.KVStoreValueOptions value_options = 1001; E_ValueOptions = &file_protobuf_kvstore_options_proto_extTypes[1] )
Extension fields to descriptorpb.MessageOptions.
View Source
var File_protobuf_kvstore_options_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type KVStoreKeyOptions ¶
type KVStoreKeyOptions struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Types that are assignable to Mode: // // *KVStoreKeyOptions_StaticKey // *KVStoreKeyOptions_DynamicKey Mode isKVStoreKeyOptions_Mode `protobuf_oneof:"mode"` // contains filtered or unexported fields }
func (*KVStoreKeyOptions) Descriptor
deprecated
func (*KVStoreKeyOptions) Descriptor() ([]byte, []int)
Deprecated: Use KVStoreKeyOptions.ProtoReflect.Descriptor instead.
func (*KVStoreKeyOptions) GetDynamicKey ¶
func (x *KVStoreKeyOptions) GetDynamicKey() *KVStoreKeyOptions_DynamicKeyMode
func (*KVStoreKeyOptions) GetMode ¶
func (m *KVStoreKeyOptions) GetMode() isKVStoreKeyOptions_Mode
func (*KVStoreKeyOptions) GetName ¶
func (x *KVStoreKeyOptions) GetName() string
func (*KVStoreKeyOptions) GetStaticKey ¶
func (x *KVStoreKeyOptions) GetStaticKey() *KVStoreKeyOptions_StaticKeyMode
func (*KVStoreKeyOptions) ProtoMessage ¶
func (*KVStoreKeyOptions) ProtoMessage()
func (*KVStoreKeyOptions) ProtoReflect ¶
func (x *KVStoreKeyOptions) ProtoReflect() protoreflect.Message
func (*KVStoreKeyOptions) Reset ¶
func (x *KVStoreKeyOptions) Reset()
func (*KVStoreKeyOptions) String ¶
func (x *KVStoreKeyOptions) String() string
type KVStoreKeyOptions_DynamicKey ¶
type KVStoreKeyOptions_DynamicKey struct {
DynamicKey *KVStoreKeyOptions_DynamicKeyMode `protobuf:"bytes,3,opt,name=dynamic_key,json=dynamicKey,proto3,oneof"`
}
type KVStoreKeyOptions_DynamicKeyMode ¶
type KVStoreKeyOptions_DynamicKeyMode struct {
// contains filtered or unexported fields
}
func (*KVStoreKeyOptions_DynamicKeyMode) Descriptor
deprecated
func (*KVStoreKeyOptions_DynamicKeyMode) Descriptor() ([]byte, []int)
Deprecated: Use KVStoreKeyOptions_DynamicKeyMode.ProtoReflect.Descriptor instead.
func (*KVStoreKeyOptions_DynamicKeyMode) ProtoMessage ¶
func (*KVStoreKeyOptions_DynamicKeyMode) ProtoMessage()
func (*KVStoreKeyOptions_DynamicKeyMode) ProtoReflect ¶
func (x *KVStoreKeyOptions_DynamicKeyMode) ProtoReflect() protoreflect.Message
func (*KVStoreKeyOptions_DynamicKeyMode) Reset ¶
func (x *KVStoreKeyOptions_DynamicKeyMode) Reset()
func (*KVStoreKeyOptions_DynamicKeyMode) String ¶
func (x *KVStoreKeyOptions_DynamicKeyMode) String() string
type KVStoreKeyOptions_StaticKey ¶
type KVStoreKeyOptions_StaticKey struct {
StaticKey *KVStoreKeyOptions_StaticKeyMode `protobuf:"bytes,2,opt,name=static_key,json=staticKey,proto3,oneof"`
}
type KVStoreKeyOptions_StaticKeyMode ¶
type KVStoreKeyOptions_StaticKeyMode struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*KVStoreKeyOptions_StaticKeyMode) Descriptor
deprecated
func (*KVStoreKeyOptions_StaticKeyMode) Descriptor() ([]byte, []int)
Deprecated: Use KVStoreKeyOptions_StaticKeyMode.ProtoReflect.Descriptor instead.
func (*KVStoreKeyOptions_StaticKeyMode) GetKey ¶
func (x *KVStoreKeyOptions_StaticKeyMode) GetKey() string
func (*KVStoreKeyOptions_StaticKeyMode) ProtoMessage ¶
func (*KVStoreKeyOptions_StaticKeyMode) ProtoMessage()
func (*KVStoreKeyOptions_StaticKeyMode) ProtoReflect ¶
func (x *KVStoreKeyOptions_StaticKeyMode) ProtoReflect() protoreflect.Message
func (*KVStoreKeyOptions_StaticKeyMode) Reset ¶
func (x *KVStoreKeyOptions_StaticKeyMode) Reset()
func (*KVStoreKeyOptions_StaticKeyMode) String ¶
func (x *KVStoreKeyOptions_StaticKeyMode) String() string
type KVStoreValueOptions ¶
type KVStoreValueOptions struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Types that are assignable to Mode: // // *KVStoreValueOptions_General // *KVStoreValueOptions_Numeral Mode isKVStoreValueOptions_Mode `protobuf_oneof:"mode"` // contains filtered or unexported fields }
func (*KVStoreValueOptions) Descriptor
deprecated
func (*KVStoreValueOptions) Descriptor() ([]byte, []int)
Deprecated: Use KVStoreValueOptions.ProtoReflect.Descriptor instead.
func (*KVStoreValueOptions) GetGeneral ¶
func (x *KVStoreValueOptions) GetGeneral() *KVStoreValueOptions_GeneralValueMode
func (*KVStoreValueOptions) GetMode ¶
func (m *KVStoreValueOptions) GetMode() isKVStoreValueOptions_Mode
func (*KVStoreValueOptions) GetName ¶
func (x *KVStoreValueOptions) GetName() string
func (*KVStoreValueOptions) GetNumeral ¶
func (x *KVStoreValueOptions) GetNumeral() *KVStoreValueOptions_NumeralValueMode
func (*KVStoreValueOptions) ProtoMessage ¶
func (*KVStoreValueOptions) ProtoMessage()
func (*KVStoreValueOptions) ProtoReflect ¶
func (x *KVStoreValueOptions) ProtoReflect() protoreflect.Message
func (*KVStoreValueOptions) Reset ¶
func (x *KVStoreValueOptions) Reset()
func (*KVStoreValueOptions) String ¶
func (x *KVStoreValueOptions) String() string
type KVStoreValueOptions_General ¶
type KVStoreValueOptions_General struct {
General *KVStoreValueOptions_GeneralValueMode `protobuf:"bytes,2,opt,name=general,proto3,oneof"`
}
type KVStoreValueOptions_GeneralValueMode ¶
type KVStoreValueOptions_GeneralValueMode struct {
// contains filtered or unexported fields
}
func (*KVStoreValueOptions_GeneralValueMode) Descriptor
deprecated
func (*KVStoreValueOptions_GeneralValueMode) Descriptor() ([]byte, []int)
Deprecated: Use KVStoreValueOptions_GeneralValueMode.ProtoReflect.Descriptor instead.
func (*KVStoreValueOptions_GeneralValueMode) ProtoMessage ¶
func (*KVStoreValueOptions_GeneralValueMode) ProtoMessage()
func (*KVStoreValueOptions_GeneralValueMode) ProtoReflect ¶
func (x *KVStoreValueOptions_GeneralValueMode) ProtoReflect() protoreflect.Message
func (*KVStoreValueOptions_GeneralValueMode) Reset ¶
func (x *KVStoreValueOptions_GeneralValueMode) Reset()
func (*KVStoreValueOptions_GeneralValueMode) String ¶
func (x *KVStoreValueOptions_GeneralValueMode) String() string
type KVStoreValueOptions_Numeral ¶
type KVStoreValueOptions_Numeral struct {
Numeral *KVStoreValueOptions_NumeralValueMode `protobuf:"bytes,3,opt,name=numeral,proto3,oneof"`
}
type KVStoreValueOptions_NumeralValueMode ¶
type KVStoreValueOptions_NumeralValueMode struct {
// contains filtered or unexported fields
}
func (*KVStoreValueOptions_NumeralValueMode) Descriptor
deprecated
func (*KVStoreValueOptions_NumeralValueMode) Descriptor() ([]byte, []int)
Deprecated: Use KVStoreValueOptions_NumeralValueMode.ProtoReflect.Descriptor instead.
func (*KVStoreValueOptions_NumeralValueMode) ProtoMessage ¶
func (*KVStoreValueOptions_NumeralValueMode) ProtoMessage()
func (*KVStoreValueOptions_NumeralValueMode) ProtoReflect ¶
func (x *KVStoreValueOptions_NumeralValueMode) ProtoReflect() protoreflect.Message
func (*KVStoreValueOptions_NumeralValueMode) Reset ¶
func (x *KVStoreValueOptions_NumeralValueMode) Reset()
func (*KVStoreValueOptions_NumeralValueMode) String ¶
func (x *KVStoreValueOptions_NumeralValueMode) String() string
Click to show internal directories.
Click to hide internal directories.