Cyphi.Session (Cyphi v0.1.0)

Provides struct and type for a Session

Summary

Types

t()

@type t() :: %Cyphi.Session{
  id: integer() | nil,
  ip_address: String.t() | nil,
  login_at: DateTime.t() | nil,
  logout_at: DateTime.t() | nil,
  user_id: integer() | nil
}