base

package
v1.32.0-20221206184315... 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_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 IDI

type IDI struct {

	// Types that are assignable to Impl:
	//
	//	*IDI_AssetID
	//	*IDI_ClassificationID
	//	*IDI_DataID
	//	*IDI_HashID
	//	*IDI_IdentityID
	//	*IDI_MaintainerID
	//	*IDI_OrderID
	//	*IDI_OwnableID
	//	*IDI_PropertyID
	//	*IDI_SplitID
	//	*IDI_StringID
	Impl isIDI_Impl `protobuf_oneof:"impl"`
	// contains filtered or unexported fields
}

func (*IDI) Descriptor deprecated

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

Deprecated: Use IDI.ProtoReflect.Descriptor instead.

func (*IDI) GetAssetID

func (x *IDI) GetAssetID() *AssetIDI

func (*IDI) GetClassificationID

func (x *IDI) GetClassificationID() *ClassificationIDI

func (*IDI) GetDataID

func (x *IDI) GetDataID() *DataIDI

func (*IDI) GetHashID

func (x *IDI) GetHashID() *HashIDI

func (*IDI) GetIdentityID

func (x *IDI) GetIdentityID() *IdentityIDI

func (*IDI) GetImpl

func (m *IDI) GetImpl() isIDI_Impl

func (*IDI) GetMaintainerID

func (x *IDI) GetMaintainerID() *MaintainerIDI

func (*IDI) GetOrderID

func (x *IDI) GetOrderID() *OrderIDI

func (*IDI) GetOwnableID

func (x *IDI) GetOwnableID() *OwnableIDI

func (*IDI) GetPropertyID

func (x *IDI) GetPropertyID() *PropertyIDI

func (*IDI) GetSplitID

func (x *IDI) GetSplitID() *SplitIDI

func (*IDI) GetStringID

func (x *IDI) GetStringID() *StringIDI

func (*IDI) ProtoMessage

func (*IDI) ProtoMessage()

func (*IDI) ProtoReflect

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

func (*IDI) Reset

func (x *IDI) Reset()

func (*IDI) String

func (x *IDI) String() string

type IDI_AssetID

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

type IDI_ClassificationID

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

type IDI_DataID

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

type IDI_HashID

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

type IDI_IdentityID

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

type IDI_MaintainerID

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

type IDI_OrderID

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

type IDI_OwnableID

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

type IDI_PropertyID

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

type IDI_SplitID

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

type IDI_StringID

type IDI_StringID struct {
	StringID *StringIDI `protobuf:"bytes,11,opt,name=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