managarten/services/mana-notify-go
Till JS d0848ea1b3 test(go-services): add unit tests for mana-search-go and mana-notify-go
mana-search-go (42 tests):
- search: BuildCacheKey, scoreResult, normalizeResults, CacheOptions
- extract: cleanText, countWords, formatTime, BuildCacheKey
- handlers: validation for search/extract/bulk endpoints

mana-notify-go (38 tests):
- handler: validateSendRequest, parseTime, nilIfEmpty, jsonOrNil
- channel: webhook Send with httptest, IsExpoPushToken
- auth: ValidateServiceKey middleware, GetUser context
- template: RenderDirect with variables, conditionals, errors

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 02:33:59 +01:00
..
cmd/server feat(mana-notify): rewrite notification service from NestJS to Go 2026-03-27 22:28:19 +01:00
internal test(go-services): add unit tests for mana-search-go and mana-notify-go 2026-03-28 02:33:59 +01:00
.gitignore feat(mana-notify): rewrite notification service from NestJS to Go 2026-03-27 22:28:19 +01:00
CLAUDE.md feat(mana-notify): rewrite notification service from NestJS to Go 2026-03-27 22:28:19 +01:00
Dockerfile feat(mana-notify): rewrite notification service from NestJS to Go 2026-03-27 22:28:19 +01:00
go.mod feat(mana-notify): rewrite notification service from NestJS to Go 2026-03-27 22:28:19 +01:00
go.sum feat(mana-notify): rewrite notification service from NestJS to Go 2026-03-27 22:28:19 +01:00
package.json feat(mana-notify): rewrite notification service from NestJS to Go 2026-03-27 22:28:19 +01:00