Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Meta ¶
type Meta struct {
// contains filtered or unexported fields
}
func (*Meta) Get ¶
func (M *Meta) Get(items ...Metadata) MetadataInfo
Get public metadata attributes
type Metadata ¶
type Metadata func(*metadataContext) error
Metadata option applies metaadata to a smart node.
type MetadataInfo ¶
type MetadataInfo struct {
ExpirationTime uint64
}
MetadataInfo is a container for the reporting of the current public metadata of a semantic node. We report directly the metadata internal value type, not the metadataType
Click to show internal directories.
Click to hide internal directories.