mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 21:41:26 +02:00
refactor(services): rename Go services, remove -go suffix
mana-search-go → mana-search mana-notify-go → mana-notify mana-crawler-go → mana-crawler mana-api-gateway-go → mana-api-gateway Legacy NestJS versions are deleted, suffix no longer needed. Updated all references in docker-compose, CLAUDE.md, package.json, Forgejo workflows, and service package.json files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
79080d6654
commit
7e931b1c6d
90 changed files with 41 additions and 38 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "mana-api-gateway-go",
|
||||
"name": "mana-api-gateway",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Go API Gateway replacing NestJS mana-api-gateway",
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "mana-crawler-go",
|
||||
"name": "mana-crawler",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Go web crawler replacing NestJS mana-crawler",
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@manacore/mana-notify-go",
|
||||
"name": "@manacore/mana-notify",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
@ -69,5 +69,5 @@ Uses the same `docker-compose.dev.yml` from `services/mana-search/` for SearXNG
|
|||
cd services/mana-search && docker-compose -f docker-compose.dev.yml up -d
|
||||
|
||||
# Run Go service
|
||||
cd services/mana-search-go && go run ./cmd/server
|
||||
cd services/mana-search && go run ./cmd/server
|
||||
```
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@manacore/mana-search-go",
|
||||
"name": "@manacore/mana-search",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
Loading…
Add table
Add a link
Reference in a new issue