Burrito.Builder.Step behaviour (burrito v1.2.0)
Summary
Callbacks
This function is called when the step is to be executed by the build phase. It should return a context to be passed along to the next build step or phase.
Callbacks
Link to this callback
execute(t)
@callback execute(Burrito.Builder.Context.t()) :: Burrito.Builder.Context.t()
This function is called when the step is to be executed by the build phase. It should return a context to be passed along to the next build step or phase.