Aesir v0.0.3 Aesir.Resource View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Aesir.Resource{
  context: atom(),
  description: String.t(),
  fields: [Aesir.Resource.Field.t()],
  name: %{singular: String.t(), plural: String.t()},
  struct: atom()
}

Link to this section Functions

Link to this function

resolve_context(module, opts \\ []) View Source