ing
This commit is contained in:
parent
0554027333
commit
c977d2c651
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user