blob: b5df258dfea1eee4a77030bd67004fa88c9a9331 [file] [log] [blame]
// Copyright 2021 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 = "proto3";
message Branch {
optional string branch = 1;
optional string repository = 2;
optional string channel = 3;
optional int64 lastActivity = 4;
}