GroundPlane.Contracts.GraphEdgeRef (GroundPlane Contracts v0.1.0)

Copy Markdown View Source

Typed projection/trace graph edge reference.

Summary

Types

t()

@type t() :: %GroundPlane.Contracts.GraphEdgeRef{
  edge_kind: term(),
  edge_ref: term(),
  origin_ref: term(),
  target_ref: term(),
  tenant_id: term(),
  trace_id: term()
}

Functions

new(attrs)