View Source Rivet.Loader.State (rivet v1.0.7)

Link to this section Summary

Link to this section Types

@type t() :: %Rivet.Loader.State{
  commit: nil | function(),
  defer: nil | function(),
  deferred: list(),
  inits: list(),
  loaded: map(),
  log: list(),
  path: nil | binary(),
  previous: map(),
  tenant_id: nil | binary(),
  tenants: map()
}

Link to this section Functions