Reactor.Dsl.Input (reactor v0.12.1)

View Source

The struct used to store input DSL entities.

See Reactor.input.

Summary

Types

t()

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