Versions in this module Expand all Collapse all v0 v0.0.1 Feb 21, 2025 Changes in this version + func AppendCtx(parent context.Context, attr slog.Attr) context.Context + func Connect(config DBConfig) (*sql.DB, error) + func Echo() *echo.Echo + func InitAPI() + func Migrate(config DBConfig, db *sql.DB) error + func SetLogger(config LoggerConfig) + func Start(port string) + type DBConfig interface + DBConnString func() string + DBMigrationPath func() string + type Handler struct + func (h Handler) Handle(ctx context.Context, r slog.Record) error + type LoggerConfig interface + LoggerFormat func() string + LoggerLevel func() string + LoggerSource func() bool