blob: 7c755991f0d2cd148b98db974f4391b7ca5acb24 [file] [log] [blame]
// Copyright (c) 2020, the Dart project 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.dart.dart.external_build;
import "go.chromium.org/luci/buildbucket/proto/common.proto";
message ExternalBuild {
// The result of the external build.
.buildbucket.v2.Status result = 1;
// The url of the external build results.
string url = 2;
}