Commit Graph

2 Commits

Author SHA1 Message Date
user
8ec3ea461c feat: implement Stringer on custom string types
Add String() methods to ImageID, ContainerID, and UnparsedURL.
Replace all string() casts with .String() method calls throughout
the codebase for cleaner interface compliance.
2026-02-23 11:55:25 -08:00
user
721f401005 refactor: eliminate internal/domain package, colocate types with implementations
Move ImageID and ContainerID into internal/docker/types.go (where they're
primarily used) and UnparsedURL into internal/service/webhook/types.go.

This follows the Go convention of defining types alongside the code that
uses them rather than in a separate 'domain' package.
2026-02-23 11:46:50 -08:00