package server
import "git.loafle.net/commons_go/rpc"
type ServletHandler interface {
rpc.RPCServletHandler
}