View Source SauceAnalytics.Store.State (sauce_analytics v0.1.2)

The state of the SauceAnalytics.Store GenServer

Link to this section Summary

Link to this section Types

@type t() :: %SauceAnalytics.Store.State{
  clean_interval: integer(),
  session_max_age: integer(),
  table_name: atom()
}