Cyphi.Session (Cyphi v0.1.0)
Provides struct and type for a Session
Summary
Types
@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 }
Provides struct and type for a Session
@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 }