A node in a HostKit plan execution graph.
Summary
Types
@type t() :: %HostKit.Plan.ExecutionGraph.Node{ action: HostKit.Change.action(), change: HostKit.Change.t(), id: term(), resource_id: term(), resource_type: module() | nil }
A node in a HostKit plan execution graph.
@type t() :: %HostKit.Plan.ExecutionGraph.Node{ action: HostKit.Change.action(), change: HostKit.Change.t(), id: term(), resource_id: term(), resource_type: module() | nil }