happyDeliver/internal
Pierre-Olivier Mercier 396c51974a
All checks were successful
continuous-integration/drone/push Build is passing
Extract OpenAPI schemas to separate file and move models to internal/model package
Split api/openapi.yaml schemas into api/schemas.yaml so structs can be
generated independently from the API server code. Models now generate
into internal/model/ via oapi-codegen, with the server referencing them
through import-mapping. Moved PtrTo helper to internal/utils and removed
storage.ReportSummary in favor of model.TestSummary.
2026-04-09 18:36:27 +07:00
..
api Extract OpenAPI schemas to separate file and move models to internal/model package 2026-04-09 18:36:27 +07:00
app Add backup/restore commands 2025-11-03 11:53:43 +07:00
config Add paginated test history listing with disable option 2026-04-09 18:05:06 +07:00
lmtp Prepend Return-Path header when receiving email 2025-10-23 18:09:23 +07:00
receiver Make receiver hostname configurable via --receiver-hostname flag 2026-03-25 12:12:08 +07:00
storage Extract OpenAPI schemas to separate file and move models to internal/model package 2026-04-09 18:36:27 +07:00
utils Extract OpenAPI schemas to separate file and move models to internal/model package 2026-04-09 18:36:27 +07:00
version Create a package to store the version number 2025-10-26 21:54:00 +07:00