refactor: 将 controller 装配收拢到 bootstrap 包
Verify / lint (pull_request) Successful in 9m21s
Verify / test (pull_request) Successful in 10m8s
Verify / database-integration (pull_request) Successful in 10m3s

This commit is contained in:
2026-09-27 17:06:35 +00:00
parent 65c60cca45
commit c7b80890fb
6 changed files with 228 additions and 210 deletions
+5
View File
@@ -25,6 +25,11 @@ jobs:
make test
git diff --exit-code
- name: Build controller entrypoint
run: |
make build
./bin/manager --help
lint:
runs-on: [self-hosted, pod]
steps: