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