auto_api v0.1.0 AutoApi.State behaviour View Source
State behaviour
It’s important to be added after defstruct line:
defmodule XxxState do
defstruct x: nil
use AutoApi.State
end
State behaviour
It’s important to be added after defstruct line:
defmodule XxxState do
defstruct x: nil
use AutoApi.State
end