This commit is contained in:
crusader 2017-10-31 19:05:52 +09:00
parent f3709ed461
commit 0f1c2c6f33

View File

@ -18,7 +18,6 @@ type ClientHandler interface {
GetPendingRequests() int
GetRequestID() interface{}
Send()
Validate()
addWrite(cs *CallState)