Packages

Transforms string maps into nested structs: knits strings into something useful.

Current section

Files

Jump to
knit lib knit_model.ex
Raw

lib/knit_model.ex

defmodule Knit.Model do
@moduledoc """
The Model behavior
"""
@callback schema() :: any
end