Use Socket in the Client interface
This commit is contained in:
parent
2c65a38ba9
commit
7868d5a2cb
@ -16,9 +16,7 @@ type Socket interface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Client interface {
|
type Client interface {
|
||||||
Recv(*Message) error
|
Socket
|
||||||
Send(*Message) error
|
|
||||||
Close() error
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type Listener interface {
|
type Listener interface {
|
||||||
|
Loading…
Reference in New Issue
Block a user