1.3 KiB
1.3 KiB
Developer Guide
This repository is a Go service with API, configuration, runtime operations, and deployment responsibilities.
Use this page to document local setup, project structure, test surfaces, and contribution conventions tied to the current codebase.
Current code-aligned notes
- Documentation target:
accounts.svc.plus - Repo kind:
go-service - Manifest and build evidence: go.mod (
account) - Primary implementation and ops directories:
cmd/,internal/,api/,accountsvc/,deploy/,ansible/,scripts/,tests/,sql/,config/ - Package scripts snapshot: No package.json scripts were detected.
Existing docs to reconcile
api/auth.mdapi/endpoints.mdapi/errors.mdapi/overview.mddevelopment/code-structure.mddevelopment/contributing.mddevelopment/dev-setup.mddevelopment/testing.md
What this page should cover next
- Describe the current implementation rather than an aspirational future-only design.
- Keep terminology aligned with the repository root README, manifests, and actual directories.
- Link deeper runbooks, specs, or subsystem notes from the legacy docs listed above.
- Keep setup and test commands tied to actual package scripts, Make targets, or language toolchains in this repository.