This commit is contained in:
laodaming
2023-07-25 12:06:19 +08:00
parent 5fadf0697d
commit a4164dbdf6
4 changed files with 114 additions and 25 deletions

View File

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