base

package
v1.31.0-20221223074219... Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_schema_data_base_accAddressData_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_anyData_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_booleanData_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_decData_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_heightData_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_idData_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_listData_v1_proto protoreflect.FileDescriptor
View Source
var File_schema_data_base_stringData_v1_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 AnyData

type AnyData struct {

	// Types that are assignable to Impl:
	//
	//	*AnyData_AccAddressData
	//	*AnyData_BooleanData
	//	*AnyData_DecData
	//	*AnyData_HeightData
	//	*AnyData_IDData
	//	*AnyData_StringData
	//	*AnyData_ListData
	Impl isAnyData_Impl `protobuf_oneof:"impl"`
	// contains filtered or unexported fields
}

func (*AnyData) Descriptor deprecated

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

Deprecated: Use AnyData.ProtoReflect.Descriptor instead.

func (*AnyData) GetAccAddressData

func (x *AnyData) GetAccAddressData() *AccAddressData

func (*AnyData) GetBooleanData

func (x *AnyData) GetBooleanData() *BooleanData

func (*AnyData) GetDecData

func (x *AnyData) GetDecData() *DecData

func (*AnyData) GetHeightData

func (x *AnyData) GetHeightData() *HeightData

func (*AnyData) GetIDData

func (x *AnyData) GetIDData() *IDData

func (*AnyData) GetImpl

func (m *AnyData) GetImpl() isAnyData_Impl

func (*AnyData) GetListData

func (x *AnyData) GetListData() string

func (*AnyData) GetStringData

func (x *AnyData) GetStringData() *StringData

func (*AnyData) ProtoMessage

func (*AnyData) ProtoMessage()

func (*AnyData) ProtoReflect

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

func (*AnyData) Reset

func (x *AnyData) Reset()

func (*AnyData) String

func (x *AnyData) String() string

type AnyData_AccAddressData

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

type AnyData_BooleanData

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

type AnyData_DecData

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

type AnyData_HeightData

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

type AnyData_IDData

type AnyData_IDData struct {
	IDData *IDData `protobuf:"bytes,5,opt,name=i_d_data,json=iDData,proto3,oneof"`
}

type AnyData_ListData

type AnyData_ListData struct {
	ListData string `protobuf:"bytes,7,opt,name=list_data,json=listData,proto3,oneof"`
}

type AnyData_StringData

type AnyData_StringData struct {
	StringData *StringData `protobuf:"bytes,6,opt,name=string_data,json=stringData,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 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 *base.Height `protobuf:"bytes,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() *base.Height

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.AnyID `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.AnyID

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 ListData

type ListData struct {
	Value *base.AnyDataList `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.AnyDataList

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