Vik.Authority.Session (Vik v0.0.1-rc1)

View Source

Structural representation of a collaborative session.

Holds metadata regarding the number of active participants, the source code of the original document, updates since and the version of the latest rendition of the document.

Summary

Types

t()

@type t() :: %Vik.Authority.Session{
  doc: String.t() | nil,
  participants: pos_integer(),
  updates: [Update.t()],
  version: integer()
}