2017-11-27 11:54:15 +00:00
|
|
|
package client
|
|
|
|
|
2017-12-01 07:02:55 +00:00
|
|
|
import (
|
|
|
|
crc "git.loafle.net/commons_go/rpc/client"
|
|
|
|
)
|
2017-11-27 11:54:15 +00:00
|
|
|
|
|
|
|
type ClientHandler interface {
|
2017-12-01 07:02:55 +00:00
|
|
|
crc.ClientHandler
|
2017-11-27 11:54:15 +00:00
|
|
|
}
|