joshuar-go-hass-agent/internal/api/models/models-cfg.yaml

14 lines
392 B
YAML

---
# Copyright 2025 Joshua Rich <joshua.rich@gmail.com>.
# SPDX-License-Identifier: MIT
# yaml-language-server: $schema=https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/HEAD/configuration-schema.json
package: models
output: ../../models/models.gen.go
generate:
models: true
output-options:
# to make sure that all types are generated
skip-prune: true
nullable-type: true