plug_indie/lib/post.ex

4 lines
73 B
Elixir
Raw Normal View History

defmodule PlugMicropub.Post do
defstruct [:type, :title, :content]
end