linkdbtestv1

package
v0.0.0-...-57bb98e Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_linkdbtest_v1_messages_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type DiskMeta

type DiskMeta struct {
	DiskId string `protobuf:"bytes,1,opt,name=disk_id,json=diskId,proto3" json:"disk_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DiskMeta) Descriptor deprecated

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

Deprecated: Use DiskMeta.ProtoReflect.Descriptor instead.

func (*DiskMeta) GetDiskId

func (x *DiskMeta) GetDiskId() string

func (*DiskMeta) ProtoMessage

func (*DiskMeta) ProtoMessage()

func (*DiskMeta) ProtoReflect

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

func (*DiskMeta) Reset

func (x *DiskMeta) Reset()

func (*DiskMeta) String

func (x *DiskMeta) String() string

type KeyMeta

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

func (*KeyMeta) Descriptor deprecated

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

Deprecated: Use KeyMeta.ProtoReflect.Descriptor instead.

func (*KeyMeta) GetValue

func (x *KeyMeta) GetValue() string

func (*KeyMeta) ProtoMessage

func (*KeyMeta) ProtoMessage()

func (*KeyMeta) ProtoReflect

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

func (*KeyMeta) Reset

func (x *KeyMeta) Reset()

func (*KeyMeta) String

func (x *KeyMeta) String() string

type LinkDBMeta

type LinkDBMeta struct {

	// Types that are assignable to Meta:
	//
	//	*LinkDBMeta_DiskMeta
	//	*LinkDBMeta_KeyMeta
	Meta isLinkDBMeta_Meta `protobuf_oneof:"meta"`
	// contains filtered or unexported fields
}

func (*LinkDBMeta) Descriptor deprecated

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

Deprecated: Use LinkDBMeta.ProtoReflect.Descriptor instead.

func (*LinkDBMeta) GetDiskMeta

func (x *LinkDBMeta) GetDiskMeta() *DiskMeta

func (*LinkDBMeta) GetKeyMeta

func (x *LinkDBMeta) GetKeyMeta() *KeyMeta

func (*LinkDBMeta) GetMeta

func (m *LinkDBMeta) GetMeta() isLinkDBMeta_Meta

func (*LinkDBMeta) ProtoMessage

func (*LinkDBMeta) ProtoMessage()

func (*LinkDBMeta) ProtoReflect

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

func (*LinkDBMeta) Reset

func (x *LinkDBMeta) Reset()

func (*LinkDBMeta) String

func (x *LinkDBMeta) String() string

type LinkDBMeta_DiskMeta

type LinkDBMeta_DiskMeta struct {
	DiskMeta *DiskMeta `protobuf:"bytes,1,opt,name=disk_meta,json=diskMeta,proto3,oneof"`
}

type LinkDBMeta_KeyMeta

type LinkDBMeta_KeyMeta struct {
	KeyMeta *KeyMeta `protobuf:"bytes,2,opt,name=key_meta,json=keyMeta,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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