View Source Reactor.File.Dsl.Glob (reactor_file v0.2.1)

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

Summary

Types

t()

@type t() :: %Reactor.File.Dsl.Glob{
  __identifier__: any(),
  description: nil | String.t(),
  match_dot: boolean(),
  name: any(),
  pattern: Reactor.Template.t()
}