Rolodex v0.4.0 Rolodex.WriterConfig

Defines writer config params.

  • file_name (default: openapi.json) - name of the docs output file, it will be written to the root directory of your project
  • module (default: Rolodex.Writers.FileWriter) - the writer behaviour to use

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Rolodex.WriterConfig{file_name: binary(), module: module()}

Link to this section Functions

Link to this function

new(opts \\ [])
new(list() | map()) :: t()