Current section

Files

Jump to
elixir_structure_manager priv templates adapters rest_consumer data_response.ex
Raw

priv/templates/adapters/rest_consumer/data_response.ex

defmodule {app}.Infrastructure.Adapters.RestConsumer.{name}.Data.{name}Response do
defstruct [
:response
]
end