Current section
Files
Jump to
Current section
Files
lib/ex_rollbar/rest_api/payload/data/client.ex
defmodule ExRollbar.RestAPI.Payload.Data.Client do
docstr = """
`client` struct for Rollbar Data object.
"""
@moduledoc docstr
defstruct []
@typedoc docstr
@type t :: %__MODULE__{}
end