Bloccs.Manifest.NetworkNode (bloccs v0.1.0)

Copy Markdown View Source

An instantiated node within a network.

local_id is the symbol used in the network file (e.g. :enrich); use_path points at the underlying node manifest; manifest is the loaded node manifest itself; config is the per-instance config overlay (used by parameterized nodes like notify with different template values).

Summary

Types

t()

@type t() :: %Bloccs.Manifest.NetworkNode{
  config: map(),
  local_id: atom(),
  manifest: Bloccs.Manifest.Node.t(),
  use_path: Path.t()
}