View Source F1Bot.F1Session.SessionInfo (f1_bot v0.7.0)

Stores and handles changes to current session information.

Link to this section Summary

Types

t()

F1 Session Info

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

Link to this section Functions