ing
This commit is contained in:
parent
a039ce356a
commit
0b34a62e25
9
glide.yaml
Normal file
9
glide.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
package: git.loafle.net/overflow/overflow_gateway_webapp
|
||||
import:
|
||||
- package: git.loafle.net/commons_go/logging
|
||||
- package: git.loafle.net/commons_go/websocket_fasthttp
|
||||
subpackages:
|
||||
- server
|
||||
- package: git.loafle.net/overflow/overflow_gateway_websocket
|
||||
subpackages:
|
||||
- server
|
|
@ -1,11 +1,11 @@
|
|||
package server
|
||||
|
||||
import (
|
||||
cwfs "git.loafle.net/commons_go/websocket_fasthttp/server"
|
||||
oofws "git.loafle.net/overflow/overflow_gateway_websocket/server"
|
||||
)
|
||||
|
||||
type ServerHandlers struct {
|
||||
cwfs.ServerHandlers
|
||||
oofws.ServerHandlers
|
||||
}
|
||||
|
||||
// Init invoked before the server is started
|
||||
|
|
Loading…
Reference in New Issue
Block a user