Reactor.File.Dsl.Touch (reactor_file v0.18.3)

View Source

A touch DSL entity for the Reactor.File DSL extension.

Summary

Types

t()

@type t() :: %Reactor.File.Dsl.Touch{
  __identifier__: any(),
  arguments: [Reactor.Dsl.Argument.t()],
  description: nil | String.t(),
  guards: [Reactor.Guard.Build.t()],
  name: any(),
  path: Reactor.Template.t(),
  revert_on_undo?: boolean(),
  time: Reactor.Template.t()
}