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/alog | Package alog provides a logger that is a subset of the slog.Logger interface. |
github.com/go-arrower/arrower/alog/models | |
github.com/go-arrower/arrower/app | Package app provides common decorators for use cases in the application layer. |
github.com/go-arrower/arrower/contexts/admin/internal/application | |
github.com/go-arrower/arrower/contexts/admin/internal/domain/jobs | |
github.com/go-arrower/arrower/contexts/admin/internal/interfaces/repository | |
github.com/go-arrower/arrower/contexts/admin/internal/interfaces/repository/models | |
github.com/go-arrower/arrower/contexts/admin/internal/interfaces/web | |
github.com/go-arrower/arrower/contexts/admin/internal/views | |
github.com/go-echarts/go-echarts/v2/charts | |
github.com/go-echarts/go-echarts/v2/components | |
github.com/go-echarts/go-echarts/v2/opts | |
github.com/go-echarts/go-echarts/v2/types | |
github.com/labstack/echo/v4 | Package echo implements high performance, minimalist Go web framework. |
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. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |