A module to check if the user is online or offline.
Checks if the user is offline.
Checks if the user is online.
@spec is_offline?() :: boolean()
iex> Gitly.Utils.Net.is_offline? false
@spec is_online?() :: boolean()
iex> Gitly.Utils.Net.is_online? true