View Source Provider.Schema behaviour (schema_provider v0.0.1)

Summary

Functions

Ensures that the schema implements the changeset/2 function.

Callbacks

@callback changeset(
  struct(),
  map()
) :: Ecto.Changeset.t()

Functions

Ensures that the schema implements the changeset/2 function.