Current section
Files
Jump to
Current section
Files
lib/impl/schema/all_fields.ex
defmodule Dealcloud.Impl.Schema.AllFields do
@moduledoc false
@name "allfields"
alias Dealcloud.Impl.Schema
@spec get(Dealcloud.Auth.t()) :: any
def get(config = %Dealcloud.Auth{}), do: [@name] |> Schema.get(config)
end