View Source Exshome.Dependency.GenServerDependency.DependencyState (Exshome - Elixir Smart Home v0.1.7)

Inner state for each dependency.

Link to this section Summary

Link to this section Types

@type t() :: %Exshome.Dependency.GenServerDependency.DependencyState{
  data: any(),
  deps: map(),
  module: module(),
  opts: any(),
  value: Exshome.Dependency.value()
}