package
Version:
v0.0.0-...-59a8832
Opens a new window with list of versions in this module.
Published: Apr 23, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 83
Opens a new window with list of known importers.
Documentation
¶
type AnyID interface {
Get() ID
ID
}
type AssetID interface {
ID
IsAssetID()
}
type ClassificationID interface {
ID
IsClassificationID()
}
type DataID interface {
ID
GetHashID() HashID
IsDataID()
DataIDString() string
}
type HashID interface {
ID
IsHashID()
}
type IdentityID interface {
ID
GetHashID() HashID
IsIdentityID()
}
type MaintainerID interface {
ID
IsMaintainerID()
}
type OrderID interface {
ID
IsOrderID()
}
type PropertyID interface {
ID
GetKey() StringID
GetDataTypeID() StringID
IsPropertyID()
}
type SplitID interface {
ID
MustGetFromPrefixedStoreKeyBytes(prefixBytes, storeKeyBytes []byte) SplitID
GetAssetID() AssetID
GetOwnerID() IdentityID
IsSplitID()
}
type StringID interface {
ID
Get() string
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.