gitdataai/apps/git-hook
ZhenYi 7c042c7b9d
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
fix(git-hook): use HookService instead of non-existent GitServiceHooks
GitServiceHooks was renamed to HookService in the hook module refactor.
Updated main.rs to:
- Use HookService::new() with correct parameters (no http client)
- Call start_worker() which returns CancellationToken
- Wait on cancel.cancelled() instead of double-awaiting ctrl_c
- Clone token before moving into signal handler task
2026-04-17 13:54:17 +08:00
..
src fix(git-hook): use HookService instead of non-existent GitServiceHooks 2026-04-17 13:54:17 +08:00
Cargo.toml init 2026-04-15 09:08:09 +08:00