View Source F1Bot.F1Session.SessionInfo (f1_bot v0.7.0)
Stores and handles changes to current session information.
Link to this section Summary
Link to this section Types
@type t() :: %F1Bot.F1Session.SessionInfo{ end_date: DateTime.t() | nil, gp_name: String.t() | nil, start_date: DateTime.t() | nil, type: String.t() | nil, www_path: String.t() | nil }
F1 Session Info