base

package
v1.34.1-20221206134142... Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_schema_ids_base_assetIDI_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_assetID_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_classificationIDI_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_classificationID_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_dataIDI_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_dataID_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_hashIDI_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_hashID_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_idI_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_id_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_identityIDI_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_identityID_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_maintainerIDI_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_maintainerID_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_orderIDI_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_orderID_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_ownableIDI_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_ownableID_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_propertyIDI_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_propertyID_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_splitIDI_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_splitID_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_stringIDI_proto protoreflect.FileDescriptor
View Source
var File_schema_ids_base_stringID_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AssetID

type AssetID struct {
	HashId *HashIDI `protobuf:"bytes,1,opt,name=hash_id,json=hashId,proto3" json:"hash_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AssetID) Descriptor deprecated

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

Deprecated: Use AssetID.ProtoReflect.Descriptor instead.

func (*AssetID) GetHashId

func (x *AssetID) GetHashId() *HashIDI

func (*AssetID) ProtoMessage

func (*AssetID) ProtoMessage()

func (*AssetID) ProtoReflect

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

func (*AssetID) Reset

func (x *AssetID) Reset()

func (*AssetID) String

func (x *AssetID) String() string

type AssetIDI

type AssetIDI struct {

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

func (*AssetIDI) Descriptor deprecated

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

Deprecated: Use AssetIDI.ProtoReflect.Descriptor instead.

func (*AssetIDI) GetAssetID

func (x *AssetIDI) GetAssetID() *AssetID

func (*AssetIDI) GetImpl

func (m *AssetIDI) GetImpl() isAssetIDI_Impl

func (*AssetIDI) ProtoMessage

func (*AssetIDI) ProtoMessage()

func (*AssetIDI) ProtoReflect

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

func (*AssetIDI) Reset

func (x *AssetIDI) Reset()

func (*AssetIDI) String

func (x *AssetIDI) String() string

type AssetIDI_AssetID

type AssetIDI_AssetID struct {
	AssetID *AssetID `protobuf:"bytes,1,opt,name=assetID,proto3,oneof"`
}

type ClassificationID

type ClassificationID struct {
	HashId *HashIDI `protobuf:"bytes,1,opt,name=hash_id,json=hashId,proto3" json:"hash_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ClassificationID) Descriptor deprecated

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

Deprecated: Use ClassificationID.ProtoReflect.Descriptor instead.

func (*ClassificationID) GetHashId

func (x *ClassificationID) GetHashId() *HashIDI

func (*ClassificationID) ProtoMessage

func (*ClassificationID) ProtoMessage()

func (*ClassificationID) ProtoReflect

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

func (*ClassificationID) Reset

func (x *ClassificationID) Reset()

func (*ClassificationID) String

func (x *ClassificationID) String() string

type ClassificationIDI

type ClassificationIDI struct {

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

func (*ClassificationIDI) Descriptor deprecated

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

Deprecated: Use ClassificationIDI.ProtoReflect.Descriptor instead.

func (*ClassificationIDI) GetClassificationID

func (x *ClassificationIDI) GetClassificationID() *ClassificationID

func (*ClassificationIDI) GetImpl

func (m *ClassificationIDI) GetImpl() isClassificationIDI_Impl

func (*ClassificationIDI) ProtoMessage

func (*ClassificationIDI) ProtoMessage()

func (*ClassificationIDI) ProtoReflect

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

func (*ClassificationIDI) Reset

func (x *ClassificationIDI) Reset()

func (*ClassificationIDI) String

func (x *ClassificationIDI) String() string

type ClassificationIDI_ClassificationID

type ClassificationIDI_ClassificationID struct {
	ClassificationID *ClassificationID `protobuf:"bytes,1,opt,name=classificationID,proto3,oneof"`
}

type DataID

type DataID struct {
	Type   *StringIDI `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	HashId *HashIDI   `protobuf:"bytes,2,opt,name=hash_id,json=hashId,proto3" json:"hash_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DataID) Descriptor deprecated

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

Deprecated: Use DataID.ProtoReflect.Descriptor instead.

func (*DataID) GetHashId

func (x *DataID) GetHashId() *HashIDI

func (*DataID) GetType

func (x *DataID) GetType() *StringIDI

func (*DataID) ProtoMessage

func (*DataID) ProtoMessage()

func (*DataID) ProtoReflect

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

func (*DataID) Reset

func (x *DataID) Reset()

func (*DataID) String

func (x *DataID) String() string

type DataIDI

type DataIDI struct {

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

func (*DataIDI) Descriptor deprecated

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

Deprecated: Use DataIDI.ProtoReflect.Descriptor instead.

func (*DataIDI) GetDataID

func (x *DataIDI) GetDataID() *DataID

func (*DataIDI) GetImpl

func (m *DataIDI) GetImpl() isDataIDI_Impl

func (*DataIDI) ProtoMessage

func (*DataIDI) ProtoMessage()

func (*DataIDI) ProtoReflect

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

func (*DataIDI) Reset

func (x *DataIDI) Reset()

func (*DataIDI) String

func (x *DataIDI) String() string

type DataIDI_DataID

type DataIDI_DataID struct {
	DataID *DataID `protobuf:"bytes,1,opt,name=dataID,proto3,oneof"`
}

type HashID

type HashID struct {
	IdBytes []byte `protobuf:"bytes,1,opt,name=id_bytes,json=idBytes,proto3" json:"id_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*HashID) Descriptor deprecated

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

Deprecated: Use HashID.ProtoReflect.Descriptor instead.

func (*HashID) GetIdBytes

func (x *HashID) GetIdBytes() []byte

func (*HashID) ProtoMessage

func (*HashID) ProtoMessage()

func (*HashID) ProtoReflect

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

func (*HashID) Reset

func (x *HashID) Reset()

func (*HashID) String

func (x *HashID) String() string

type HashIDI

type HashIDI struct {

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

func (*HashIDI) Descriptor deprecated

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

Deprecated: Use HashIDI.ProtoReflect.Descriptor instead.

func (*HashIDI) GetHashID

func (x *HashIDI) GetHashID() *HashID

func (*HashIDI) GetImpl

func (m *HashIDI) GetImpl() isHashIDI_Impl

func (*HashIDI) ProtoMessage

func (*HashIDI) ProtoMessage()

func (*HashIDI) ProtoReflect

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

func (*HashIDI) Reset

func (x *HashIDI) Reset()

func (*HashIDI) String

func (x *HashIDI) String() string

type HashIDI_HashID

type HashIDI_HashID struct {
	HashID *HashID `protobuf:"bytes,1,opt,name=hashID,proto3,oneof"`
}

type ID

type ID struct {

	// Types that are assignable to Impl:
	//
	//	*ID_AssetID
	//	*ID_ClassificationID
	//	*ID_DataID
	//	*ID_HashID
	//	*ID_IdentityID
	//	*ID_MaintainerID
	//	*ID_OrderID
	//	*ID_OwnableID
	//	*ID_PropertyID
	//	*ID_SplitID
	//	*ID_StringID
	Impl isID_Impl `protobuf_oneof:"impl"`
	// contains filtered or unexported fields
}

func (*ID) Descriptor deprecated

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

Deprecated: Use ID.ProtoReflect.Descriptor instead.

func (*ID) GetAssetID

func (x *ID) GetAssetID() *AssetIDI

func (*ID) GetAssetId

func (x *ID) GetAssetId() *AssetID

func (*ID) GetClassificationID

func (x *ID) GetClassificationID() *ClassificationIDI

func (*ID) GetClassificationId

func (x *ID) GetClassificationId() *ClassificationID

func (*ID) GetDataID

func (x *ID) GetDataID() *DataIDI

func (*ID) GetDataId

func (x *ID) GetDataId() *DataID

func (*ID) GetHashID

func (x *ID) GetHashID() *HashIDI

func (*ID) GetHashId

func (x *ID) GetHashId() *HashID

func (*ID) GetIdentityID

func (x *ID) GetIdentityID() *IdentityIDI

func (*ID) GetIdentityId

func (x *ID) GetIdentityId() *IdentityID

func (*ID) GetImpl

func (m *ID) GetImpl() isID_Impl

func (*ID) GetMaintainerID

func (x *ID) GetMaintainerID() *MaintainerIDI

func (*ID) GetMaintainerId

func (x *ID) GetMaintainerId() *MaintainerID

func (*ID) GetOrderID

func (x *ID) GetOrderID() *OrderIDI

func (*ID) GetOrderId

func (x *ID) GetOrderId() *OrderID

func (*ID) GetOwnableID

func (x *ID) GetOwnableID() *OwnableIDI

func (*ID) GetOwnableId

func (x *ID) GetOwnableId() *OwnableID

func (*ID) GetPropertyID

func (x *ID) GetPropertyID() *PropertyIDI

func (*ID) GetPropertyId

func (x *ID) GetPropertyId() *PropertyID

func (*ID) GetSplitID

func (x *ID) GetSplitID() *SplitIDI

func (*ID) GetSplitId

func (x *ID) GetSplitId() *SplitID

func (*ID) GetStringID

func (x *ID) GetStringID() *StringIDI

func (*ID) GetStringId

func (x *ID) GetStringId() *StringID

func (*ID) ProtoMessage

func (*ID) ProtoMessage()

func (*ID) ProtoReflect

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

func (*ID) Reset

func (x *ID) Reset()

func (*ID) String

func (x *ID) String() string

type ID_AssetID

type ID_AssetID struct {
	AssetID *AssetIDI `protobuf:"bytes,1,opt,name=AssetID,proto3,oneof"`
}

type ID_AssetId

type ID_AssetId struct {
	AssetId *AssetID `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3,oneof"`
}

type ID_ClassificationID

type ID_ClassificationID struct {
	ClassificationID *ClassificationIDI `protobuf:"bytes,2,opt,name=ClassificationID,proto3,oneof"`
}

type ID_ClassificationId

type ID_ClassificationId struct {
	ClassificationId *ClassificationID `protobuf:"bytes,2,opt,name=classification_id,json=classificationId,proto3,oneof"`
}

type ID_DataID

type ID_DataID struct {
	DataID *DataIDI `protobuf:"bytes,3,opt,name=DataID,proto3,oneof"`
}

type ID_DataId

type ID_DataId struct {
	DataId *DataID `protobuf:"bytes,3,opt,name=data_id,json=dataId,proto3,oneof"`
}

type ID_HashID

type ID_HashID struct {
	HashID *HashIDI `protobuf:"bytes,4,opt,name=HashID,proto3,oneof"`
}

type ID_HashId

type ID_HashId struct {
	HashId *HashID `protobuf:"bytes,4,opt,name=hash_id,json=hashId,proto3,oneof"`
}

type ID_IdentityID

type ID_IdentityID struct {
	IdentityID *IdentityIDI `protobuf:"bytes,5,opt,name=IdentityID,proto3,oneof"`
}

type ID_IdentityId

type ID_IdentityId struct {
	IdentityId *IdentityID `protobuf:"bytes,5,opt,name=identity_id,json=identityId,proto3,oneof"`
}

type ID_MaintainerID

type ID_MaintainerID struct {
	MaintainerID *MaintainerIDI `protobuf:"bytes,6,opt,name=MaintainerID,proto3,oneof"`
}

type ID_MaintainerId

type ID_MaintainerId struct {
	MaintainerId *MaintainerID `protobuf:"bytes,6,opt,name=maintainer_id,json=maintainerId,proto3,oneof"`
}

type ID_OrderID

type ID_OrderID struct {
	OrderID *OrderIDI `protobuf:"bytes,7,opt,name=OrderID,proto3,oneof"`
}

type ID_OrderId

type ID_OrderId struct {
	OrderId *OrderID `protobuf:"bytes,7,opt,name=order_id,json=orderId,proto3,oneof"`
}

type ID_OwnableID

type ID_OwnableID struct {
	OwnableID *OwnableIDI `protobuf:"bytes,8,opt,name=OwnableID,proto3,oneof"`
}

type ID_OwnableId

type ID_OwnableId struct {
	OwnableId *OwnableID `protobuf:"bytes,8,opt,name=ownable_id,json=ownableId,proto3,oneof"`
}

type ID_PropertyID

type ID_PropertyID struct {
	PropertyID *PropertyIDI `protobuf:"bytes,9,opt,name=PropertyID,proto3,oneof"`
}

type ID_PropertyId

type ID_PropertyId struct {
	PropertyId *PropertyID `protobuf:"bytes,9,opt,name=property_id,json=propertyId,proto3,oneof"`
}

type ID_SplitID

type ID_SplitID struct {
	SplitID *SplitIDI `protobuf:"bytes,10,opt,name=SplitID,proto3,oneof"`
}

type ID_SplitId

type ID_SplitId struct {
	SplitId *SplitID `protobuf:"bytes,10,opt,name=split_id,json=splitId,proto3,oneof"`
}

type ID_StringID

type ID_StringID struct {
	StringID *StringIDI `protobuf:"bytes,11,opt,name=StringID,proto3,oneof"`
}

type ID_StringId

type ID_StringId struct {
	StringId *StringID `protobuf:"bytes,11,opt,name=string_id,json=stringId,proto3,oneof"`
}

type IdentityID

type IdentityID struct {
	HashId *HashIDI `protobuf:"bytes,1,opt,name=hash_id,json=hashId,proto3" json:"hash_id,omitempty"`
	// contains filtered or unexported fields
}

func (*IdentityID) Descriptor deprecated

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

Deprecated: Use IdentityID.ProtoReflect.Descriptor instead.

func (*IdentityID) GetHashId

func (x *IdentityID) GetHashId() *HashIDI

func (*IdentityID) ProtoMessage

func (*IdentityID) ProtoMessage()

func (*IdentityID) ProtoReflect

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

func (*IdentityID) Reset

func (x *IdentityID) Reset()

func (*IdentityID) String

func (x *IdentityID) String() string

type IdentityIDI

type IdentityIDI struct {

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

func (*IdentityIDI) Descriptor deprecated

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

Deprecated: Use IdentityIDI.ProtoReflect.Descriptor instead.

func (*IdentityIDI) GetIdentityID

func (x *IdentityIDI) GetIdentityID() *IdentityID

func (*IdentityIDI) GetImpl

func (m *IdentityIDI) GetImpl() isIdentityIDI_Impl

func (*IdentityIDI) ProtoMessage

func (*IdentityIDI) ProtoMessage()

func (*IdentityIDI) ProtoReflect

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

func (*IdentityIDI) Reset

func (x *IdentityIDI) Reset()

func (*IdentityIDI) String

func (x *IdentityIDI) String() string

type IdentityIDI_IdentityID

type IdentityIDI_IdentityID struct {
	IdentityID *IdentityID `protobuf:"bytes,1,opt,name=identityID,proto3,oneof"`
}

type MaintainerID

type MaintainerID struct {
	HashId *HashIDI `protobuf:"bytes,1,opt,name=hash_id,json=hashId,proto3" json:"hash_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MaintainerID) Descriptor deprecated

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

Deprecated: Use MaintainerID.ProtoReflect.Descriptor instead.

func (*MaintainerID) GetHashId

func (x *MaintainerID) GetHashId() *HashIDI

func (*MaintainerID) ProtoMessage

func (*MaintainerID) ProtoMessage()

func (*MaintainerID) ProtoReflect

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

func (*MaintainerID) Reset

func (x *MaintainerID) Reset()

func (*MaintainerID) String

func (x *MaintainerID) String() string

type MaintainerIDI

type MaintainerIDI struct {

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

func (*MaintainerIDI) Descriptor deprecated

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

Deprecated: Use MaintainerIDI.ProtoReflect.Descriptor instead.

func (*MaintainerIDI) GetImpl

func (m *MaintainerIDI) GetImpl() isMaintainerIDI_Impl

func (*MaintainerIDI) GetMaintainerID

func (x *MaintainerIDI) GetMaintainerID() *MaintainerID

func (*MaintainerIDI) ProtoMessage

func (*MaintainerIDI) ProtoMessage()

func (*MaintainerIDI) ProtoReflect

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

func (*MaintainerIDI) Reset

func (x *MaintainerIDI) Reset()

func (*MaintainerIDI) String

func (x *MaintainerIDI) String() string

type MaintainerIDI_MaintainerID

type MaintainerIDI_MaintainerID struct {
	MaintainerID *MaintainerID `protobuf:"bytes,1,opt,name=maintainerID,proto3,oneof"`
}

type OrderID

type OrderID struct {
	OrderId *HashIDI `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	// contains filtered or unexported fields
}

func (*OrderID) Descriptor deprecated

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

Deprecated: Use OrderID.ProtoReflect.Descriptor instead.

func (*OrderID) GetOrderId

func (x *OrderID) GetOrderId() *HashIDI

func (*OrderID) ProtoMessage

func (*OrderID) ProtoMessage()

func (*OrderID) ProtoReflect

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

func (*OrderID) Reset

func (x *OrderID) Reset()

func (*OrderID) String

func (x *OrderID) String() string

type OrderIDI

type OrderIDI struct {

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

func (*OrderIDI) Descriptor deprecated

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

Deprecated: Use OrderIDI.ProtoReflect.Descriptor instead.

func (*OrderIDI) GetImpl

func (m *OrderIDI) GetImpl() isOrderIDI_Impl

func (*OrderIDI) GetOrderID

func (x *OrderIDI) GetOrderID() *OrderID

func (*OrderIDI) ProtoMessage

func (*OrderIDI) ProtoMessage()

func (*OrderIDI) ProtoReflect

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

func (*OrderIDI) Reset

func (x *OrderIDI) Reset()

func (*OrderIDI) String

func (x *OrderIDI) String() string

type OrderIDI_OrderID

type OrderIDI_OrderID struct {
	OrderID *OrderID `protobuf:"bytes,1,opt,name=orderID,proto3,oneof"`
}

type OwnableID

type OwnableID struct {
	StringId *StringIDI `protobuf:"bytes,1,opt,name=string_id,json=stringId,proto3" json:"string_id,omitempty"`
	// contains filtered or unexported fields
}

func (*OwnableID) Descriptor deprecated

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

Deprecated: Use OwnableID.ProtoReflect.Descriptor instead.

func (*OwnableID) GetStringId

func (x *OwnableID) GetStringId() *StringIDI

func (*OwnableID) ProtoMessage

func (*OwnableID) ProtoMessage()

func (*OwnableID) ProtoReflect

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

func (*OwnableID) Reset

func (x *OwnableID) Reset()

func (*OwnableID) String

func (x *OwnableID) String() string

type OwnableIDI

type OwnableIDI struct {

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

func (*OwnableIDI) Descriptor deprecated

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

Deprecated: Use OwnableIDI.ProtoReflect.Descriptor instead.

func (*OwnableIDI) GetImpl

func (m *OwnableIDI) GetImpl() isOwnableIDI_Impl

func (*OwnableIDI) GetOwnableID

func (x *OwnableIDI) GetOwnableID() *OwnableID

func (*OwnableIDI) ProtoMessage

func (*OwnableIDI) ProtoMessage()

func (*OwnableIDI) ProtoReflect

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

func (*OwnableIDI) Reset

func (x *OwnableIDI) Reset()

func (*OwnableIDI) String

func (x *OwnableIDI) String() string

type OwnableIDI_OwnableID

type OwnableIDI_OwnableID struct {
	OwnableID *OwnableID `protobuf:"bytes,1,opt,name=ownableID,proto3,oneof"`
}

type PropertyID

type PropertyID struct {
	KeyID  *StringIDI `protobuf:"bytes,1,opt,name=key_i_d,json=keyID,proto3" json:"key_i_d,omitempty"`
	TypeID *StringIDI `protobuf:"bytes,2,opt,name=type_i_d,json=typeID,proto3" json:"type_i_d,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyID) Descriptor deprecated

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

Deprecated: Use PropertyID.ProtoReflect.Descriptor instead.

func (*PropertyID) GetKeyID

func (x *PropertyID) GetKeyID() *StringIDI

func (*PropertyID) GetTypeID

func (x *PropertyID) GetTypeID() *StringIDI

func (*PropertyID) ProtoMessage

func (*PropertyID) ProtoMessage()

func (*PropertyID) ProtoReflect

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

func (*PropertyID) Reset

func (x *PropertyID) Reset()

func (*PropertyID) String

func (x *PropertyID) String() string

type PropertyIDI

type PropertyIDI struct {

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

func (*PropertyIDI) Descriptor deprecated

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

Deprecated: Use PropertyIDI.ProtoReflect.Descriptor instead.

func (*PropertyIDI) GetImpl

func (m *PropertyIDI) GetImpl() isPropertyIDI_Impl

func (*PropertyIDI) GetPropertyID

func (x *PropertyIDI) GetPropertyID() *PropertyID

func (*PropertyIDI) ProtoMessage

func (*PropertyIDI) ProtoMessage()

func (*PropertyIDI) ProtoReflect

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

func (*PropertyIDI) Reset

func (x *PropertyIDI) Reset()

func (*PropertyIDI) String

func (x *PropertyIDI) String() string

type PropertyIDI_PropertyID

type PropertyIDI_PropertyID struct {
	PropertyID *PropertyID `protobuf:"bytes,1,opt,name=propertyID,proto3,oneof"`
}

type SplitID

type SplitID struct {
	OwnerId   *IdentityIDI `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
	OwnableId *OwnableIDI  `protobuf:"bytes,2,opt,name=ownable_id,json=ownableId,proto3" json:"ownable_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SplitID) Descriptor deprecated

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

Deprecated: Use SplitID.ProtoReflect.Descriptor instead.

func (*SplitID) GetOwnableId

func (x *SplitID) GetOwnableId() *OwnableIDI

func (*SplitID) GetOwnerId

func (x *SplitID) GetOwnerId() *IdentityIDI

func (*SplitID) ProtoMessage

func (*SplitID) ProtoMessage()

func (*SplitID) ProtoReflect

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

func (*SplitID) Reset

func (x *SplitID) Reset()

func (*SplitID) String

func (x *SplitID) String() string

type SplitIDI

type SplitIDI struct {

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

func (*SplitIDI) Descriptor deprecated

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

Deprecated: Use SplitIDI.ProtoReflect.Descriptor instead.

func (*SplitIDI) GetImpl

func (m *SplitIDI) GetImpl() isSplitIDI_Impl

func (*SplitIDI) GetSplitID

func (x *SplitIDI) GetSplitID() *SplitID

func (*SplitIDI) ProtoMessage

func (*SplitIDI) ProtoMessage()

func (*SplitIDI) ProtoReflect

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

func (*SplitIDI) Reset

func (x *SplitIDI) Reset()

func (*SplitIDI) String

func (x *SplitIDI) String() string

type SplitIDI_SplitID

type SplitIDI_SplitID struct {
	SplitID *SplitID `protobuf:"bytes,1,opt,name=splitID,proto3,oneof"`
}

type StringID

type StringID struct {
	IdString string `protobuf:"bytes,1,opt,name=id_string,json=idString,proto3" json:"id_string,omitempty"`
	// contains filtered or unexported fields
}

func (*StringID) Descriptor deprecated

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

Deprecated: Use StringID.ProtoReflect.Descriptor instead.

func (*StringID) GetIdString

func (x *StringID) GetIdString() string

func (*StringID) ProtoMessage

func (*StringID) ProtoMessage()

func (*StringID) ProtoReflect

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

func (*StringID) Reset

func (x *StringID) Reset()

func (*StringID) String

func (x *StringID) String() string

type StringIDI

type StringIDI struct {

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

func (*StringIDI) Descriptor deprecated

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

Deprecated: Use StringIDI.ProtoReflect.Descriptor instead.

func (*StringIDI) GetImpl

func (m *StringIDI) GetImpl() isStringIDI_Impl

func (*StringIDI) GetStringID

func (x *StringIDI) GetStringID() *StringID

func (*StringIDI) ProtoMessage

func (*StringIDI) ProtoMessage()

func (*StringIDI) ProtoReflect

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

func (*StringIDI) Reset

func (x *StringIDI) Reset()

func (*StringIDI) String

func (x *StringIDI) String() string

type StringIDI_StringID

type StringIDI_StringID struct {
	StringID *StringID `protobuf:"bytes,1,opt,name=stringID,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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