Packages

A Rollbar Client for working in non serverside environments.

Current section

Files

Jump to
ex_rollbar lib ex_rollbar rest_api payload data client.ex
Raw

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