View Source Smokestack.Dsl.BeforeBuild (smokestack v0.9.1)

The before_build DSL entity.

See d:Smokestack.factory.before_build for more information.

Summary

Types

@type attrs() :: %{required(String.t() | atom()) => any()}
@type t() :: %Smokestack.Dsl.BeforeBuild{
  __identifier__: any(),
  hook: mfa() | (attrs() -> attrs())
}