overflow_gateway_websocket/client/client_handler.go
crusader f1974f7197 ing
2017-12-01 16:02:55 +09:00

10 lines
124 B
Go

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