This commit is contained in:
eson
2023-07-24 10:27:06 +08:00
parent f4def7f8a0
commit 72a6412eed
2 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,10 @@
package config
import "github.com/zeromicro/go-zero/rest"
import (
"fusenapi/server/render/internal/types"
"github.com/zeromicro/go-zero/rest"
)
type Config struct {
rest.RestConf