This commit is contained in:
crusader 2018-04-04 15:35:07 +09:00
parent cb6cff91ac
commit 3ac035bfcf

View File

@ -82,7 +82,7 @@ type ServerHandlers struct {
}
func (sh *ServerHandlers) ServerCtx() ServerCtx {
return nil
return NewServerCtx(nil)
}
func (sh *ServerHandlers) Init(serverCtx ServerCtx) error {