overflow_gateway_websocket/client/client_handler.go
crusader b2bfe5bb2d ing
2017-11-27 20:54:15 +09:00

8 lines
118 B
Go

package client
import "git.loafle.net/commons_go/rpc/client"
type ClientHandler interface {
client.ClientHandler
}