Files
juwan-backend/app/chat/api/internal/config/config.go
T
2026-04-24 21:02:07 +08:00

14 lines
233 B
Go

package config
import (
"github.com/wwweww/go-wst/hybrid"
"github.com/wwweww/go-wst/stateless"
"github.com/zeromicro/go-zero/rest"
)
type Config struct {
rest.RestConf
Hybrid hybrid.HybridConf
Stateless stateless.Config
}