base

package
v1.29.0-20221207165051... 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_data_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_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 Data

type Data struct {

	// Types that are assignable to Impl:
	//
	//	*Data_AccAddressData
	//	*Data_BooleanData
	//	*Data_DecData
	//	*Data_HeightData
	//	*Data_IdData
	//	*Data_StringData
	Impl isData_Impl `protobuf_oneof:"impl"`
	// contains filtered or unexported fields
}

func (*Data) Descriptor deprecated

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

Deprecated: Use Data.ProtoReflect.Descriptor instead.

func (*Data) GetAccAddressData

func (x *Data) GetAccAddressData() *AccAddressData

func (*Data) GetBooleanData

func (x *Data) GetBooleanData() *BooleanData

func (*Data) GetDecData

func (x *Data) GetDecData() *DecData

func (*Data) GetHeightData

func (x *Data) GetHeightData() *HeightData

func (*Data) GetIdData

func (x *Data) GetIdData() *IDData

func (*Data) GetImpl

func (m *Data) GetImpl() isData_Impl

func (*Data) GetStringData

func (x *Data) GetStringData() *StringData

func (*Data) ProtoMessage

func (*Data) ProtoMessage()

func (*Data) ProtoReflect

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

func (*Data) Reset

func (x *Data) Reset()

func (*Data) String

func (x *Data) String() string

type Data_AccAddressData

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

type Data_BooleanData

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

type Data_DecData

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

type Data_HeightData

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

type Data_IdData

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

type Data_StringData

type Data_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 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 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