Skip to content

chore: return JSON health from services#94

Merged
Siya360 merged 1 commit into
mainfrom
jccl0j-codex/review-codebase-for-agentic-ai-migration
Aug 5, 2025
Merged

chore: return JSON health from services#94
Siya360 merged 1 commit into
mainfrom
jccl0j-codex/review-codebase-for-agentic-ai-migration

Conversation

@Siya360

@Siya360 Siya360 commented Aug 5, 2025

Copy link
Copy Markdown
Owner

Summary

  • standardize Go services to return JSON from /health
  • document the JSON health response in each service README

Testing

  • cd services/auth && go vet ./... && go build -o /tmp/auth ./cmd
  • cd services/users && go vet ./... && go build -o /tmp/users ./cmd
  • cd services/flights && go vet ./... && go build -o /tmp/flights ./cmd
  • cd services/bookings && go vet ./... && go build -o /tmp/bookings ./cmd
  • cd services/admin && go vet ./... && go build -o /tmp/admin ./cmd

https://chatgpt.com/codex/tasks/task_e_689219611d4c8333af2d944fd76909c0

@Siya360
Siya360 merged commit 71e9d3a into main Aug 5, 2025
2 checks passed
@Siya360
Siya360 deleted the jccl0j-codex/review-codebase-for-agentic-ai-migration branch August 5, 2025 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant