This commit is contained in:
crusader 2017-11-28 19:07:31 +09:00
parent 0554027333
commit c977d2c651

View File

@ -8,7 +8,7 @@ type ServletContext interface {
cwf.SocketContext
}
func NewServletContext(socketCTX cwf.SocketContext) SocketContext {
func NewServletContext(socketCTX cwf.SocketContext) ServletContext {
sCTX := &servletContext{}
sCTX.SocketContext = socketCTX