2025-03-22 17:06:29 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 17:06:29 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 17:02:06 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 16:39:52 +08:00
2025-03-22 17:02:06 +08:00

PositionPath = "path"
PositionQuery= "query"
PositionBody = "body"
PositionHeader = "header"
PositionCookie = "cookie"
PositionLocal = "local"
PositionFile = "file"

@Bind 语法

@Bind name position key() table() model()
// Upload
// @Router /v1/medias/upload [post]
// @Bind req body
// @Bind file file
// @Bind claim local
func (ctl *Controller) Upload(ctx fiber.Ctx, claim *jwt.Claims, file *multipart.FileHeader, req *UploadReq) (*storage.UploadedFile, error) {
    return nil
}

Jet import for Pg

. "github.com/go-jet/jet/v2/postgres"
"github.com/go-jet/jet/v2/qrm"
Description
No description provided
Readme 165 MiB
Languages
Go 51.7%
HTML 29.5%
Vue 14%
JavaScript 2.6%
PLpgSQL 1.1%
Other 0.9%