View Source Orion.MatchSpecStore (Orion v1.0.4)

Summary

Types

@type key() :: integer()
@type ms_options() :: %{
  self_profile: boolean(),
  fake_data: boolean(),
  start_pause_status: :running | :paused,
  id: String.t()
}
@type session() :: map()

Functions

Link to this function

from_phxlv_to_ms_options(map)

View Source
@spec get(session()) :: %{
  match_spec: Orion.MatchSpec.t(),
  ms_options: ms_options(),
  key: key()
}
Link to this function

ms_options_to_phxlv_session(map)

View Source
Link to this function

new(key, match_spec, ms_options \\ %{self_profile: true, fake_data: false, start_pause_status: :running, id: "default"})

View Source