blob: 1d76d75b84af3cc4b677fbda790a3c71235d78ec [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package recipes.fuchsia.fuchsia.go_tests;
message InputProperties {
// Manifest to checkout.
string manifest = 1;
// The remote integration manifest repository.
string remote = 2;
}