This commit is contained in:
crusader 2017-10-31 19:10:21 +09:00
parent 0f1c2c6f33
commit fe46dad193

View File

@ -19,6 +19,4 @@ type ClientHandler interface {
GetRequestID() interface{}
Validate()
addWrite(cs *CallState)
}