tt
This commit is contained in:
@@ -26,8 +26,8 @@ type ISocketServer interface {
|
||||
|
||||
// ISocketConn 由网络层实现
|
||||
type ISocketConn interface {
|
||||
GetParam(key string) interface{}
|
||||
SetParam(key string, values interface{})
|
||||
GetParam(key string) string
|
||||
SetParam(key string, values string)
|
||||
Write(data []byte) error
|
||||
Close() error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user