Current section
Files
Jump to
Current section
Files
lib/productive/step_behavior.ex
defmodule Productive.StepBehavior do
use Behaviour
@type opts :: [opts] | %{opts => opts}
@type product :: struct
defcallback call(product, opts)
end