ids

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterCodec

func RegisterCodec(codec *codec.Codec)

Types

type AssetID added in v0.3.0

type AssetID interface {
	OwnableID
	IsAssetID()
}

type ClassificationID added in v0.3.0

type ClassificationID interface {
	ID
	IsClassificationID()
}

type DataID

type DataID interface {
	ID
	GetHashID() HashID
	IsDataID()
}

type HashID added in v0.3.0

type HashID interface {
	ID
	IsHashID()
}

type ID

type ID interface {
	traits.Listable
	String() string
	Bytes() []byte
}

type IdentityID added in v0.3.0

type IdentityID interface {
	ID
	GetHashID() HashID
	IsIdentityID()
}

type MaintainerID added in v0.3.0

type MaintainerID interface {
	ID
	IsMaintainerID()
}

type OrderID added in v0.3.0

type OrderID interface {
	ID
	IsOrderID()
}

type OwnableID added in v0.3.0

type OwnableID interface {
	ID
	IsOwnableID()
}

type PropertyID

type PropertyID interface {
	GetKey() StringID
	GetType() StringID
	ID
	IsPropertyID()
}

type SplitID added in v0.3.0

type SplitID interface {
	ID
	GetOwnableID() ID
	IsSplitID()
}

type StringID added in v0.3.0

type StringID interface {
	ID
	IsStringID()
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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