GroundPlane.Contracts.GraphNodeRef (GroundPlane Contracts v0.1.0)

Copy Markdown View Source

Typed projection/trace graph node reference.

Summary

Types

t()

@type t() :: %GroundPlane.Contracts.GraphNodeRef{
  node_kind: term(),
  node_ref: term(),
  tenant_id: term(),
  trace_id: term()
}

Functions

new(attrs)