blob: e330a6947ea3d2ba67a209cd00de8c30cac7b399 [file] [log] [blame]
// Copyright 2021 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.recipe_wrapper_test.parent;
message InputProperties {
// The repository containing the recipe_wrapper tool.
string repo = 1;
// The Go package corresponding to the recipe_wrapper executable.
string go_package = 2;
// Name of the child builder. It's assumed to be in the same LUCI project
// and bucket as the parent.
string child_builder = 3;
}