types

package
v0.18.2 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2025 License: Apache-2.0 Imports: 2 Imported by: 23

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Edge added in v0.10.0

type Edge struct {
	ID         string
	CreatedAt  time.Time
	LastSeen   time.Time
	Relation   oam.Relation
	FromEntity *Entity
	ToEntity   *Entity
}

Edge represents a relationship between two entities in the asset database.

type EdgeTag added in v0.10.0

type EdgeTag struct {
	ID        string
	CreatedAt time.Time
	LastSeen  time.Time
	Property  oam.Property
	Edge      *Edge
}

EdgeTag represents additional metadata added to an edge in the asset database.

type Entity added in v0.10.0

type Entity struct {
	ID        string
	CreatedAt time.Time
	LastSeen  time.Time
	Asset     oam.Asset
}

Entity represents an entity in the asset database.

type EntityTag added in v0.10.0

type EntityTag struct {
	ID        string
	CreatedAt time.Time
	LastSeen  time.Time
	Property  oam.Property
	Entity    *Entity
}

EntityTag represents additional metadata added to an entity in the asset database.

Jump to

Keyboard shortcuts

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