LazyContext v0.1.2-dev LazyContext.Examples.Animals.Schemas.Dog View Source

An example dog schema

Link to this section Summary

Link to this section Functions

Link to this function changeset(dog, attrs) View Source
changeset(
  %LazyContext.Examples.Animals.Schemas.Dog{
    __meta__: term(),
    colour: term(),
    cuteness: term(),
    id: term(),
    name: term(),
    owner: term(),
    owner_id: term()
  },
  map()
) :: Ecto.Changeset.t()