GamendWeb.Schemas.ClientLogEntry (gamend_web v1.0.1215)

Copy Markdown View Source

One line from a game client.

at and seq come from the client and are kept as sent. Neither is trustworthy — phone clocks drift, and a client can renumber — which is exactly why they are worth having next to the server's own receive order: the disagreement is the diagnostic.

Summary

Functions

Callback implementation for OpenApiSpex.Schema.schema/0.

Types

t()

@type t() :: %GamendWeb.Schemas.ClientLogEntry{
  at: term(),
  category: term(),
  level: term(),
  lobby_id: term(),
  message: term(),
  screen: term(),
  seq: term()
}

Functions

schema()

Callback implementation for OpenApiSpex.Schema.schema/0.