add: chat service
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user