types

package
v0.0.0-...-b729e24 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2022 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

Package types is a generated protocol buffer package.

It is generated from these files:

src/github.com/lafikl/cof/types/types.proto

It has these top-level messages:

Footer
Group
Column
Dictionary

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Column

type Column struct {
	Name  string `protobuf:"bytes,1,opt,name=Name" json:"Name,omitempty"`
	Type  string `protobuf:"bytes,2,opt,name=Type" json:"Type,omitempty"`
	Start int64  `protobuf:"varint,3,opt,name=Start" json:"Start,omitempty"`
	End   int64  `protobuf:"varint,4,opt,name=End" json:"End,omitempty"`
}

func (*Column) Descriptor

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

func (*Column) GetEnd

func (m *Column) GetEnd() int64

func (*Column) GetName

func (m *Column) GetName() string

func (*Column) GetStart

func (m *Column) GetStart() int64

func (*Column) GetType

func (m *Column) GetType() string

func (*Column) ProtoMessage

func (*Column) ProtoMessage()

func (*Column) Reset

func (m *Column) Reset()

func (*Column) String

func (m *Column) String() string

type Dictionary

type Dictionary struct {
	Values []string `protobuf:"bytes,1,rep,name=Values" json:"Values,omitempty"`
}

func (*Dictionary) Descriptor

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

func (*Dictionary) GetValues

func (m *Dictionary) GetValues() []string

func (*Dictionary) ProtoMessage

func (*Dictionary) ProtoMessage()

func (*Dictionary) Reset

func (m *Dictionary) Reset()

func (*Dictionary) String

func (m *Dictionary) String() string
type Footer struct {
	Groups []*Group `protobuf:"bytes,1,rep,name=groups" json:"groups,omitempty"`
}

func (*Footer) Descriptor

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

func (*Footer) GetGroups

func (m *Footer) GetGroups() []*Group

func (*Footer) ProtoMessage

func (*Footer) ProtoMessage()

func (*Footer) Reset

func (m *Footer) Reset()

func (*Footer) String

func (m *Footer) String() string

type Group

type Group struct {
	NumRows    int64     `protobuf:"varint,1,opt,name=NumRows" json:"NumRows,omitempty"`
	NumColumns int64     `protobuf:"varint,2,opt,name=NumColumns" json:"NumColumns,omitempty"`
	Min        int64     `protobuf:"varint,3,opt,name=Min" json:"Min,omitempty"`
	Max        int64     `protobuf:"varint,4,opt,name=Max" json:"Max,omitempty"`
	Start      int64     `protobuf:"varint,5,opt,name=Start" json:"Start,omitempty"`
	End        int64     `protobuf:"varint,6,opt,name=End" json:"End,omitempty"`
	Columns    []*Column `protobuf:"bytes,7,rep,name=Columns" json:"Columns,omitempty"`
}

func (*Group) Descriptor

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

func (*Group) GetColumns

func (m *Group) GetColumns() []*Column

func (*Group) GetEnd

func (m *Group) GetEnd() int64

func (*Group) GetMax

func (m *Group) GetMax() int64

func (*Group) GetMin

func (m *Group) GetMin() int64

func (*Group) GetNumColumns

func (m *Group) GetNumColumns() int64

func (*Group) GetNumRows

func (m *Group) GetNumRows() int64

func (*Group) GetStart

func (m *Group) GetStart() int64

func (*Group) ProtoMessage

func (*Group) ProtoMessage()

func (*Group) Reset

func (m *Group) Reset()

func (*Group) String

func (m *Group) String() string

Jump to

Keyboard shortcuts

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