ing
This commit is contained in:
parent
0554027333
commit
c977d2c651
|
@ -8,7 +8,7 @@ type ServletContext interface {
|
||||||
cwf.SocketContext
|
cwf.SocketContext
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewServletContext(socketCTX cwf.SocketContext) SocketContext {
|
func NewServletContext(socketCTX cwf.SocketContext) ServletContext {
|
||||||
sCTX := &servletContext{}
|
sCTX := &servletContext{}
|
||||||
sCTX.SocketContext = socketCTX
|
sCTX.SocketContext = socketCTX
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user