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