The file fluid.erl
is an implementation of the gen_statem
behavior wrapping
around a port for FluidSynth. This is not intended to be generally useful nor
practical. It is merely an exercise in learning Erlang.
This has 2 states:
spring-client $ swagger-codegen generate -v -l spring -i ../openapi.yaml | |
16:15:37.061 [main] DEBUG io.swagger.codegen.v3.cli.SwaggerCodegen - there are not options for command 'langs' | |
16:15:37.063 [main] DEBUG io.swagger.codegen.v3.cli.SwaggerCodegen - there are not options for command 'version' | |
16:15:37.107 [Thread-1] INFO io.swagger.codegen.v3.config.CodegenConfigurator - | |
VERBOSE MODE: ON. Additional debug options are injected | |
- [debugSwagger] prints the swagger specification as interpreted by the codegen | |
- [debugModels] prints models passed to the template engine | |
- [debugOperations] prints operations passed to the template engine | |
- [debugSupportingFiles] prints additional data passed to the template engine | |
16:15:37.117 [Thread-1] DEBUG io.swagger.codegen.v3.config.CodegenConfigurator - Loaded raw data: openapi: '3.0.0' |