This commit is contained in:
crusader 2017-11-23 17:09:29 +09:00
parent 369365c5f6
commit 5afc7459bd

View File

@ -6,6 +6,7 @@ import (
"git.loafle.net/commons_go/logging" "git.loafle.net/commons_go/logging"
oogwc "git.loafle.net/overflow/overflow_gateway_websocket/config" oogwc "git.loafle.net/overflow/overflow_gateway_websocket/config"
oogws "git.loafle.net/overflow/overflow_gateway_websocket/server" oogws "git.loafle.net/overflow/overflow_gateway_websocket/server"
oosc "git.loafle.net/overflow/overflow_server_config"
) )
const ( const (
@ -13,7 +14,7 @@ const (
) )
var ( var (
cfg *oogwc.Servlet cfg *oosc.Servlet
) )
func Initialize(sh oogws.ServerHandler) { func Initialize(sh oogws.ServerHandler) {