blob: 1b2f41e939bf7e00f58d54a4f9f301ea6d436c1b [file] [log] [blame]
// Copyright 2019 The Flutter 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 = "proto2";
import "lib/model/commit.proto";
import "lib/model/task.proto";
message CommitStatus {
optional Commit commit = 1;
repeated Task tasks = 2;
optional string branch = 3;
}