func NewManagerRPCClient(hostAndPort string) *atlantis.RPCClient { return atlantis.NewRPCClient(hostAndPort, "ManagerRPC", ManagerRPCVersion, true) }
func NewSupervisorRPCClient(hostAndPort string) *common.RPCClient { return common.NewRPCClient(hostAndPort, "Supervisor", SupervisorRPCVersion, false) }