Helper.Ecto.Module.Util (helper v1.0.1) View Source

Populate introspection values that shall be exposed as a function

Link to this section Summary

Link to this section Types

Specs

ast() :: Macro.t()

Specs

t() :: %Helper.Ecto.Module.Util{
  activatable?: boolean(),
  assoc_fields: keyword(),
  audited?: boolean(),
  cast_fields: keyword(),
  required_fields: keyword(),
  soft_delete?: boolean(),
  timestamped?: boolean(),
  versioned?: boolean()
}

Link to this section Functions

Specs

init(list(), list()) :: t()