blob: a7763a67c8a2ed87829c2021b3a0e8f9d20e53de [file] [log] [blame]
// Copyright 2022 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.contrib.breakpad_tools;
message InputProperties {
// Git repository URL.
string url = 1;
// Git reference.
string ref = 2;
}