blob: f87afeb82a68be1f8de0f0000f37dbe4a9e23316 [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.ml_compiler_opt_docker;
message InputProperties {
bool dry_run = 1;
string registry_url = 2;
string revision = 3;
string remote = 4;
}