package
Version:
v0.3.1
Opens a new window with list of versions in this module.
Published: Dec 13, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AssetID interface {
OwnableID
IsAssetID()
}
type ClassificationID interface {
ID
IsClassificationID()
}
type DataID interface {
ID
GetHashID() HashID
IsDataID()
}
type HashID interface {
ID
IsHashID()
}
type IdentityID interface {
ID
GetHashID() HashID
IsIdentityID()
}
type MaintainerID interface {
ID
IsMaintainerID()
}
type OrderID interface {
ID
IsOrderID()
}
type OwnableID interface {
ID
IsOwnableID()
}
type SplitID interface {
ID
GetOwnableID() ID
IsSplitID()
}
type StringID interface {
ID
IsStringID()
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.