更新 service/${REPO_NAME}_svc.go
Some checks failed
Build image / build (push) Failing after 9s

This commit is contained in:
timerzz 2024-09-04 17:05:24 +08:00
parent a650fcece6
commit 2351189782

View File

@ -3,10 +3,6 @@ package service
import (
"gitea.timerzz.com/kedaya_haitao/common/pkg/web"
"gitea.timerzz.com/kedaya_haitao/common/structs/storage"
"gitea.timerzz.com/kedaya_haitao/common/structs/utils"
v2 "gitea.timerzz.com/kedaya_haitao/common/structs/v2"
"github.com/gofiber/fiber/v3"
"github.com/henrylee2cn/ameda"
)
type ${REPO_NAME_PASCAL} struct {