gen: generate v1 API server and client with ogen

go generate (gen/api/v1) runs ogen against openapi/v1/headscale.yaml; ogen
added as a tool dependency. CI freshness check covers openapi/.
This commit is contained in:
Kristoffer Dalby
2026-06-17 15:10:28 +00:00
parent 38dad226c8
commit 01dcd4011e
23 changed files with 24384 additions and 4 deletions
+1
View File
@@ -30,6 +30,7 @@ jobs:
- '**/*.go'
- '**/*.proto'
- 'buf.gen.yaml'
- 'openapi/**'
- 'tools/**'
- uses: nixbuild/nix-quick-install-action@2c9db80fb984ceb1bcaa77cdda3fdf8cfba92035 # v34
if: steps.changed-files.outputs.files == 'true'