View Source mix compile.avro_schema_generator.task_summary (avrogen v0.7.1)

Defines a list of sources (i.e. input files) and targets (i.e. output files) for a given task.

Summary

Types

@type t() :: %Mix.Tasks.Compile.AvroSchemaGenerator.TaskSummary{
  sources: [String.t()],
  targets: [String.t()]
}