base

package
v1.29.1-20221207142156... Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_schema_data_base_accAddressData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_booleanData_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_dataI_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_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_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 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 DataI

type DataI struct {

	// Types that are assignable to Impl:
	//
	//	*DataI_AccAddressData
	//	*DataI_BooleanData
	//	*DataI_DecData
	//	*DataI_HeightData
	//	*DataI_IdData
	//	*DataI_StringData
	Impl isDataI_Impl `protobuf_oneof:"impl"`
	// contains filtered or unexported fields
}

func (*DataI) Descriptor deprecated

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

Deprecated: Use DataI.ProtoReflect.Descriptor instead.

func (*DataI) GetAccAddressData

func (x *DataI) GetAccAddressData() *AccAddressData

func (*DataI) GetBooleanData

func (x *DataI) GetBooleanData() *BooleanData

func (*DataI) GetDecData

func (x *DataI) GetDecData() *DecData

func (*DataI) GetHeightData

func (x *DataI) GetHeightData() *HeightData

func (*DataI) GetIdData

func (x *DataI) GetIdData() *IDData

func (*DataI) GetImpl

func (m *DataI) GetImpl() isDataI_Impl

func (*DataI) GetStringData

func (x *DataI) GetStringData() *StringData

func (*DataI) ProtoMessage

func (*DataI) ProtoMessage()

func (*DataI) ProtoReflect

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

func (*DataI) Reset

func (x *DataI) Reset()

func (*DataI) String

func (x *DataI) String() string

type DataI_AccAddressData

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

type DataI_BooleanData

type DataI_BooleanData struct {
	BooleanData *BooleanData `protobuf:"bytes,2,opt,name=booleanData,proto3,oneof"`
}

type DataI_DecData

type DataI_DecData struct {
	DecData *DecData `protobuf:"bytes,3,opt,name=decData,proto3,oneof"`
}

type DataI_HeightData

type DataI_HeightData struct {
	HeightData *HeightData `protobuf:"bytes,4,opt,name=heightData,proto3,oneof"`
}

type DataI_IdData

type DataI_IdData struct {
	IdData *IDData `protobuf:"bytes,5,opt,name=idData,proto3,oneof"`
}

type DataI_StringData

type DataI_StringData struct {
	StringData *StringData `protobuf:"bytes,7,opt,name=stringData,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 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 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

Jump to

Keyboard shortcuts

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