Current section
Files
Jump to
Current section
Files
lib/ua_inspector/result/os.ex
defmodule UAInspector.Result.OS do
@moduledoc """
Operating system result struct.
"""
defstruct [
name: :unknown,
version: :unknown
]
end