proto

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2018 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BufferDto

type BufferDto struct {
	StartPos int64  `protobuf:"varint,1,opt,name=startPos" json:"startPos,omitempty"`
	MaxBytes int64  `protobuf:"varint,2,opt,name=maxBytes" json:"maxBytes,omitempty"`
	Records  int64  `protobuf:"varint,3,opt,name=records" json:"records,omitempty"`
	Pos      int64  `protobuf:"varint,4,opt,name=pos" json:"pos,omitempty"`
	FileName string `protobuf:"bytes,5,opt,name=fileName" json:"fileName,omitempty"`
}

func (*BufferDto) Descriptor

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

func (*BufferDto) ProtoMessage

func (*BufferDto) ProtoMessage()

func (*BufferDto) Reset

func (m *BufferDto) Reset()

func (*BufferDto) String

func (m *BufferDto) String() string

type ChunkDto

type ChunkDto struct {
	UncompressedByteSize int64  `protobuf:"varint,1,opt,name=uncompressedByteSize" json:"uncompressedByteSize,omitempty"`
	CompressedDiskSize   int64  `protobuf:"varint,2,opt,name=compressedDiskSize" json:"compressedDiskSize,omitempty"`
	Records              int64  `protobuf:"varint,3,opt,name=records" json:"records,omitempty"`
	FileName             string `protobuf:"bytes,4,opt,name=fileName" json:"fileName,omitempty"`
	StartPos             int64  `protobuf:"varint,5,opt,name=startPos" json:"startPos,omitempty"`
}

func (*ChunkDto) Descriptor

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

func (*ChunkDto) ProtoMessage

func (*ChunkDto) ProtoMessage()

func (*ChunkDto) Reset

func (m *ChunkDto) Reset()

func (*ChunkDto) String

func (m *ChunkDto) String() string

type MetaDto

type MetaDto struct {
	MaxKeySize int64 `protobuf:"varint,1,opt,name=maxKeySize" json:"maxKeySize,omitempty"`
	MaxValSize int64 `protobuf:"varint,2,opt,name=maxValSize" json:"maxValSize,omitempty"`
}

func (*MetaDto) Descriptor

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

func (*MetaDto) ProtoMessage

func (*MetaDto) ProtoMessage()

func (*MetaDto) Reset

func (m *MetaDto) Reset()

func (*MetaDto) String

func (m *MetaDto) String() string

Jump to

Keyboard shortcuts

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