6 lines
189 B
YAML
6 lines
189 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/deepmap/oapi-codegen/HEAD/configuration-schema.json
|
|
package: api
|
|
output: api.gen.go
|
|
generate:
|
|
models: true
|
|
client: true |