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

View Source

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

Summary

Types

t()

@type t() :: %Reactor.File.Dsl.Lstat{
  __identifier__: any(),
  arguments: [Reactor.Dsl.Argument.t()],
  description: nil | String.t(),
  guards: [Reactor.Guard.Build.t()],
  name: any(),
  path: Reactor.Template.t(),
  time: :universal | :local | :posix
}