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