don

module
v0.0.1-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2026 License: MIT

Directories

Path Synopsis
caporegime module
cmd
api command
migrations command
internal
pkg
config
Package config provides a generic configuration loader that unmarshals environment variables into structured Go types.
Package config provides a generic configuration loader that unmarshals environment variables into structured Go types.
errors
Package apperr provides a custom error type for the application, supporting machine-readable codes, human-readable messages, and contextual details including operation tracing.
Package apperr provides a custom error type for the application, supporting machine-readable codes, human-readable messages, and contextual details including operation tracing.
json
Package json provides a wrapper around the standard encoding/json package, offering a Serializer type for consistent JSON handling.
Package json provides a wrapper around the standard encoding/json package, offering a Serializer type for consistent JSON handling.
lifecycle
Package lifecycle provides a manager for coordinating the graceful shutdown of multiple components in the application.
Package lifecycle provides a manager for coordinating the graceful shutdown of multiple components in the application.
logger
Package logger provides structured logging functionality using slog.
Package logger provides structured logging functionality using slog.
migrator
Package migrator provides utilities for database schema migrations and data seeding.
Package migrator provides utilities for database schema migrations and data seeding.
must
Package must provides helper functions that log a fatal error and exit the application when a critical operation fails or a requirement is not met.
Package must provides helper functions that log a fatal error and exit the application when a critical operation fails or a requirement is not met.
server
Package server defines the core interfaces and types for building and managing HTTP servers within the application.
Package server defines the core interfaces and types for building and managing HTTP servers within the application.
server/echoserver
Package echoserver implements the server.Server interface using the Echo web framework.
Package echoserver implements the server.Server interface using the Echo web framework.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL