base

package
v1.29.0-20221206162136... Latest Latest
Warning

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

Go to latest
Published: unknown License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_schema_data_base_accAddressDataI_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_accAddressData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_booleanDataI_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_booleanData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_decDataI_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_decData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_heightDataI_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_heightData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_idDataI_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_idData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_listDataI_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_listData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_stringDataI_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_stringData_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccAddressData

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

func (*AccAddressData) Descriptor deprecated

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

Deprecated: Use AccAddressData.ProtoReflect.Descriptor instead.

func (*AccAddressData) GetValue

func (x *AccAddressData) GetValue() []byte

func (*AccAddressData) ProtoMessage

func (*AccAddressData) ProtoMessage()

func (*AccAddressData) ProtoReflect

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

func (*AccAddressData) Reset

func (x *AccAddressData) Reset()

func (*AccAddressData) String

func (x *AccAddressData) String() string

type AccAddressDataI

type AccAddressDataI struct {

	// Types that are assignable to Impl:
	//
	//	*AccAddressDataI_AccAddressData
	Impl isAccAddressDataI_Impl `protobuf_oneof:"impl"`
	// contains filtered or unexported fields
}

func (*AccAddressDataI) Descriptor deprecated

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

Deprecated: Use AccAddressDataI.ProtoReflect.Descriptor instead.

func (*AccAddressDataI) GetAccAddressData

func (x *AccAddressDataI) GetAccAddressData() *AccAddressData

func (*AccAddressDataI) GetImpl

func (m *AccAddressDataI) GetImpl() isAccAddressDataI_Impl

func (*AccAddressDataI) ProtoMessage

func (*AccAddressDataI) ProtoMessage()

func (*AccAddressDataI) ProtoReflect

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

func (*AccAddressDataI) Reset

func (x *AccAddressDataI) Reset()

func (*AccAddressDataI) String

func (x *AccAddressDataI) String() string

type AccAddressDataI_AccAddressData

type AccAddressDataI_AccAddressData struct {
	AccAddressData *AccAddressData `protobuf:"bytes,1,opt,name=acc_address_data,json=accAddressData,proto3,oneof"`
}

type BooleanData

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

func (*BooleanData) Descriptor deprecated

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

Deprecated: Use BooleanData.ProtoReflect.Descriptor instead.

func (*BooleanData) GetValue

func (x *BooleanData) GetValue() bool

func (*BooleanData) ProtoMessage

func (*BooleanData) ProtoMessage()

func (*BooleanData) ProtoReflect

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

func (*BooleanData) Reset

func (x *BooleanData) Reset()

func (*BooleanData) String

func (x *BooleanData) String() string

type BooleanDataI

type BooleanDataI struct {

	// Types that are assignable to Impl:
	//
	//	*BooleanDataI_BooleanData
	Impl isBooleanDataI_Impl `protobuf_oneof:"impl"`
	// contains filtered or unexported fields
}

func (*BooleanDataI) Descriptor deprecated

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

Deprecated: Use BooleanDataI.ProtoReflect.Descriptor instead.

func (*BooleanDataI) GetBooleanData

func (x *BooleanDataI) GetBooleanData() *BooleanData

func (*BooleanDataI) GetImpl

func (m *BooleanDataI) GetImpl() isBooleanDataI_Impl

func (*BooleanDataI) ProtoMessage

func (*BooleanDataI) ProtoMessage()

func (*BooleanDataI) ProtoReflect

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

func (*BooleanDataI) Reset

func (x *BooleanDataI) Reset()

func (*BooleanDataI) String

func (x *BooleanDataI) String() string

type BooleanDataI_BooleanData

type BooleanDataI_BooleanData struct {
	BooleanData *BooleanData `protobuf:"bytes,1,opt,name=boolean_data,json=booleanData,proto3,oneof"`
}

type DecData

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

func (*DecData) Descriptor deprecated

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

Deprecated: Use DecData.ProtoReflect.Descriptor instead.

func (*DecData) GetValue

func (x *DecData) GetValue() string

func (*DecData) ProtoMessage

func (*DecData) ProtoMessage()

func (*DecData) ProtoReflect

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

func (*DecData) Reset

func (x *DecData) Reset()

func (*DecData) String

func (x *DecData) String() string

type DecDataI

type DecDataI struct {

	// Types that are assignable to Impl:
	//
	//	*DecDataI_DecData
	Impl isDecDataI_Impl `protobuf_oneof:"impl"`
	// contains filtered or unexported fields
}

func (*DecDataI) Descriptor deprecated

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

Deprecated: Use DecDataI.ProtoReflect.Descriptor instead.

func (*DecDataI) GetDecData

func (x *DecDataI) GetDecData() *DecData

func (*DecDataI) GetImpl

func (m *DecDataI) GetImpl() isDecDataI_Impl

func (*DecDataI) ProtoMessage

func (*DecDataI) ProtoMessage()

func (*DecDataI) ProtoReflect

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

func (*DecDataI) Reset

func (x *DecDataI) Reset()

func (*DecDataI) String

func (x *DecDataI) String() string

type DecDataI_DecData

type DecDataI_DecData struct {
	DecData *DecData `protobuf:"bytes,1,opt,name=dec_data,json=decData,proto3,oneof"`
}

type HeightData

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

func (*HeightData) Descriptor deprecated

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

Deprecated: Use HeightData.ProtoReflect.Descriptor instead.

func (*HeightData) GetValue

func (x *HeightData) GetValue() int64

func (*HeightData) ProtoMessage

func (*HeightData) ProtoMessage()

func (*HeightData) ProtoReflect

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

func (*HeightData) Reset

func (x *HeightData) Reset()

func (*HeightData) String

func (x *HeightData) String() string

type HeightDataI

type HeightDataI struct {

	// Types that are assignable to Impl:
	//
	//	*HeightDataI_HeightData
	Impl isHeightDataI_Impl `protobuf_oneof:"impl"`
	// contains filtered or unexported fields
}

func (*HeightDataI) Descriptor deprecated

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

Deprecated: Use HeightDataI.ProtoReflect.Descriptor instead.

func (*HeightDataI) GetHeightData

func (x *HeightDataI) GetHeightData() *HeightData

func (*HeightDataI) GetImpl

func (m *HeightDataI) GetImpl() isHeightDataI_Impl

func (*HeightDataI) ProtoMessage

func (*HeightDataI) ProtoMessage()

func (*HeightDataI) ProtoReflect

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

func (*HeightDataI) Reset

func (x *HeightDataI) Reset()

func (*HeightDataI) String

func (x *HeightDataI) String() string

type HeightDataI_HeightData

type HeightDataI_HeightData struct {
	HeightData *HeightData `protobuf:"bytes,1,opt,name=height_data,json=heightData,proto3,oneof"`
}

type IDData

type IDData struct {
	Value *base.ID `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*IDData) Descriptor deprecated

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

Deprecated: Use IDData.ProtoReflect.Descriptor instead.

func (*IDData) GetValue

func (x *IDData) GetValue() *base.ID

func (*IDData) ProtoMessage

func (*IDData) ProtoMessage()

func (*IDData) ProtoReflect

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

func (*IDData) Reset

func (x *IDData) Reset()

func (*IDData) String

func (x *IDData) String() string

type IdDataI

type IdDataI struct {

	// Types that are assignable to Impl:
	//
	//	*IdDataI_IdData
	Impl isIdDataI_Impl `protobuf_oneof:"impl"`
	// contains filtered or unexported fields
}

func (*IdDataI) Descriptor deprecated

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

Deprecated: Use IdDataI.ProtoReflect.Descriptor instead.

func (*IdDataI) GetIdData

func (x *IdDataI) GetIdData() *IDData

func (*IdDataI) GetImpl

func (m *IdDataI) GetImpl() isIdDataI_Impl

func (*IdDataI) ProtoMessage

func (*IdDataI) ProtoMessage()

func (*IdDataI) ProtoReflect

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

func (*IdDataI) Reset

func (x *IdDataI) Reset()

func (*IdDataI) String

func (x *IdDataI) String() string

type IdDataI_IdData

type IdDataI_IdData struct {
	IdData *IDData `protobuf:"bytes,1,opt,name=id_data,json=idData,proto3,oneof"`
}

type ListData

type ListData struct {
	Value *base.List `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ListData) Descriptor deprecated

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

Deprecated: Use ListData.ProtoReflect.Descriptor instead.

func (*ListData) GetValue

func (x *ListData) GetValue() *base.List

func (*ListData) ProtoMessage

func (*ListData) ProtoMessage()

func (*ListData) ProtoReflect

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

func (*ListData) Reset

func (x *ListData) Reset()

func (*ListData) String

func (x *ListData) String() string

type ListDataI

type ListDataI struct {

	// Types that are assignable to Impl:
	//
	//	*ListDataI_ListData
	Impl isListDataI_Impl `protobuf_oneof:"impl"`
	// contains filtered or unexported fields
}

func (*ListDataI) Descriptor deprecated

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

Deprecated: Use ListDataI.ProtoReflect.Descriptor instead.

func (*ListDataI) GetImpl

func (m *ListDataI) GetImpl() isListDataI_Impl

func (*ListDataI) GetListData

func (x *ListDataI) GetListData() *ListData

func (*ListDataI) ProtoMessage

func (*ListDataI) ProtoMessage()

func (*ListDataI) ProtoReflect

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

func (*ListDataI) Reset

func (x *ListDataI) Reset()

func (*ListDataI) String

func (x *ListDataI) String() string

type ListDataI_ListData

type ListDataI_ListData struct {
	ListData *ListData `protobuf:"bytes,1,opt,name=list_data,json=listData,proto3,oneof"`
}

type StringData

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

func (*StringData) Descriptor deprecated

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

Deprecated: Use StringData.ProtoReflect.Descriptor instead.

func (*StringData) GetValue

func (x *StringData) GetValue() string

func (*StringData) ProtoMessage

func (*StringData) ProtoMessage()

func (*StringData) ProtoReflect

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

func (*StringData) Reset

func (x *StringData) Reset()

func (*StringData) String

func (x *StringData) String() string

type StringDataI

type StringDataI struct {

	// Types that are assignable to Impl:
	//
	//	*StringDataI_StringData
	Impl isStringDataI_Impl `protobuf_oneof:"impl"`
	// contains filtered or unexported fields
}

func (*StringDataI) Descriptor deprecated

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

Deprecated: Use StringDataI.ProtoReflect.Descriptor instead.

func (*StringDataI) GetImpl

func (m *StringDataI) GetImpl() isStringDataI_Impl

func (*StringDataI) GetStringData

func (x *StringDataI) GetStringData() *StringData

func (*StringDataI) ProtoMessage

func (*StringDataI) ProtoMessage()

func (*StringDataI) ProtoReflect

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

func (*StringDataI) Reset

func (x *StringDataI) Reset()

func (*StringDataI) String

func (x *StringDataI) String() string

type StringDataI_StringData

type StringDataI_StringData struct {
	StringData *StringData `protobuf:"bytes,1,opt,name=string_data,json=stringData,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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