This commit is contained in:
crusader 2018-04-06 09:28:42 +09:00
parent 5e21f27ef0
commit 192d043f1e
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ type ServerHandler interface {
}
type ServerHandlers struct {
server.ServerHandlers
socket.ServerHandlers
servlet Servlet
}

View File

@ -21,7 +21,7 @@ type ServerHandler interface {
}
type ServerHandlers struct {
server.ServerHandlers
socket.ServerHandlers
servlets map[string]Servlet
}