Gamend.Analytics.DailyCount (gamend_core v1.0.1192)

Copy Markdown View Source

A named counter for one UTC day. Keys are free-form dotted strings owned by the game ("level.finished", "level.started.lang:ja"); the engine only stores and sums them. Written by Gamend.Analytics.count/3.

Summary

Types

t()

@type t() :: %Gamend.Analytics.DailyCount{
  __meta__: term(),
  count: term(),
  day: term(),
  id: term(),
  inserted_at: term(),
  key: term(),
  updated_at: term()
}

Functions

key_max()