context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/go-arrower/arrower | |
github.com/go-arrower/arrower/app | Package app provides common decorators for use cases in the application layer. |
github.com/go-arrower/arrower/contexts | |
github.com/go-arrower/arrower/contexts/auth | Package auth is the intraprocess API of what this Context is exposing to other Contexts to use. |
github.com/go-arrower/arrower/contexts/auth/internal/application | |
github.com/go-arrower/arrower/contexts/auth/internal/domain | |
github.com/go-arrower/arrower/contexts/auth/internal/interfaces/repository | |
github.com/go-arrower/arrower/contexts/auth/internal/interfaces/repository/models | |
github.com/go-arrower/arrower/contexts/auth/internal/interfaces/web | |
github.com/go-arrower/arrower/contexts/auth/internal/views | |
github.com/go-arrower/arrower/jobs | Package jobs provides an easy way to run workloads in the background. |
github.com/go-arrower/arrower/repository | Package repository implements generic repositories. |
github.com/go-arrower/arrower/setting | |
github.com/labstack/echo/v4 | Package echo implements high performance, minimalist Go web framework. |
go.opentelemetry.io/otel/metric | Package metric provides the OpenTelemetry API used to measure metrics about source code operation. |
go.opentelemetry.io/otel/trace | Package trace provides an implementation of the tracing part of the OpenTelemetry API. |
io/fs | Package fs defines basic interfaces to a file system. |
log/slog | Package slog provides structured logging, in which log records include a message, a severity level, and various other attributes expressed as key-value pairs. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |