kvstore

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2023 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

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 (*KVStoreKeyOptions) GetMode

func (m *KVStoreKeyOptions) GetMode() isKVStoreKeyOptions_Mode

func (*KVStoreKeyOptions) GetName

func (x *KVStoreKeyOptions) GetName() string

func (*KVStoreKeyOptions) GetStaticKey

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 (*KVStoreKeyOptions_DynamicKeyMode) Reset

func (*KVStoreKeyOptions_DynamicKeyMode) 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 (*KVStoreKeyOptions_StaticKeyMode) ProtoMessage

func (*KVStoreKeyOptions_StaticKeyMode) ProtoMessage()

func (*KVStoreKeyOptions_StaticKeyMode) ProtoReflect

func (*KVStoreKeyOptions_StaticKeyMode) Reset

func (*KVStoreKeyOptions_StaticKeyMode) 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 (*KVStoreValueOptions) GetMode

func (m *KVStoreValueOptions) GetMode() isKVStoreValueOptions_Mode

func (*KVStoreValueOptions) GetName

func (x *KVStoreValueOptions) GetName() string

func (*KVStoreValueOptions) GetNumeral

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 (*KVStoreValueOptions_GeneralValueMode) Reset

func (*KVStoreValueOptions_GeneralValueMode) 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 (*KVStoreValueOptions_NumeralValueMode) Reset

func (*KVStoreValueOptions_NumeralValueMode) String

Jump to

Keyboard shortcuts

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