feat: output swag

This commit is contained in:
Rogee
2025-01-22 14:50:54 +08:00
parent 1ad9c74568
commit 80f4f6b010
84 changed files with 144 additions and 18211 deletions

View File

@@ -6,13 +6,13 @@ import (
"{{.ModuleName}}/providers/postgres"
"git.ipao.vip/rogeecn/atom/container"
"git.ipao.vip/rogeecn/atom/utils/opt"
"github.com/jackc/pgx/v5"
"github.com/jackc/pgx/v5/pgxpool"
"github.com/riverqueue/river"
"github.com/riverqueue/river/riverdriver/riverpgxv5"
log "github.com/sirupsen/logrus"
"{{.ModuleName}}/pkg/atom/container"
"{{.ModuleName}}/pkg/atom/opt"
)
func Provide(opts ...opt.Option) error {