QolUp.ConfigFile.State (qol_up v1.0.3)

State structure for the GenServer.

Link to this section Summary

Types

t()

Type spec for this structure

Link to this section Types

Specs

t() :: %QolUp.ConfigFile.State{
  cfg: map(),
  config_file: String.t(),
  fs_pid: pid() | nil,
  watch_fs: boolean()
}

Type spec for this structure