View Source ElixirAvro.Codegen (elixir_avro v0.1.0)

Module responsible for generating elixir modules (enums and structs) from Avro schemas.

Summary

Types

@type args() :: %{
  verbose: boolean(),
  target_path: String.t(),
  schemas_path: String.t(),
  prefix: String.t()
}

Functions

@spec log(String.t(), args() | boolean()) :: :ok
@spec run(args()) :: :ok