View Source Reactor.Dsl.Input (reactor v0.3.0)

The struct used to store input DSL entities.

See d:Reactor.input.

Link to this section Summary

Link to this section Types

@type t() :: %Reactor.Dsl.Input{
  __identifier__: any(),
  name: any(),
  transform: {module(), keyword()}
}