Skip to content

setup: add internal package directory structure#9

Merged
Lewiskunta merged 1 commit into
mainfrom
setup/project-structure
May 27, 2026
Merged

setup: add internal package directory structure#9
Lewiskunta merged 1 commit into
mainfrom
setup/project-structure

Conversation

@Lewiskunta

Copy link
Copy Markdown
Contributor

Creates the internal/ package structure per the Tech Stack document.

Packages created:

  • internal/api - HTTP handlers, routing, middleware
  • internal/auth - Authentication, API key management
  • internal/audit - Audit log service
  • internal/breach - Breach detection scheduler and logic
  • internal/contract - Contract domain logic
  • internal/config - Environment variable loading (Viper)
  • internal/db - Database layer
  • internal/notification - Email and Slack notification service
  • internal/proposal - Proposal domain logic
  • internal/schema - Schema introspection (Postgres)
  • internal/testutil -Shared test helpers

All directories contain a .gitkeep placeholder. Real code is added in Phase 1 as each package is implemented.

@Lewiskunta Lewiskunta merged commit 4b0630b into main May 27, 2026
4 checks passed
@Lewiskunta Lewiskunta deleted the setup/project-structure branch May 27, 2026 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant