HostKit.Plan.ExecutionGraph.Node (host_kit v0.1.0-beta.5)

Copy Markdown View Source

A node in a HostKit plan execution graph.

Summary

Types

t()

@type t() :: %HostKit.Plan.ExecutionGraph.Node{
  action: HostKit.Change.action(),
  change: HostKit.Change.t(),
  id: term(),
  resource_id: term(),
  resource_type: module() | nil
}