package gateway
import "git.loafle.net/commons_go/rpc"
type GatewayServletHandler interface {
rpc.ServletHandler
}