types

package
v0.0.0-...-11504e0 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2025 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entity

type Entity interface {
	EntityFragment

	ID() string
	Type() string

	KeyValues() EntityKeyValueMapper
}

type EntityFragment

type EntityFragment interface {
	ForEachAttribute(func(attributeType, attributeName string, contents any)) error
	MarshalJSON() ([]byte, error)
}

type EntityKeyValueMapper

type EntityKeyValueMapper interface {
}

type EntityTemporal

type EntityTemporal interface {
	ID() string
	Type() string

	Property(name string) []TemporalProperty
}

type Property

type Property interface {
	Type() string
	Value() any
}

type Relationship

type Relationship interface {
	Type() string
	Object() any
}

type TemporalProperty

type TemporalProperty interface {
	Type() string
	Value() any
	ObservedAt() string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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