View Source Avrogen.SchemaGenerator (avrogen v0.7.1)

Generate avro schemas from .exs files.

Summary

Functions

Generates the avro schemas for a given .exs file, and returns a list of the schemas generated.

Functions

Link to this function

generate_avsc_files!(exs_file_path, out_dir, schema_resolution_mode)

View Source
@spec generate_avsc_files!(String.t(), String.t(), atom()) :: [String.t()]

Generates the avro schemas for a given .exs file, and returns a list of the schemas generated.