| // 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"; | |
| package dashboard; | |
| message Branch { | |
| optional string branch = 1; | |
| optional string repository = 2; | |
| optional string channel = 3; | |
| optional int64 lastActivity = 4; | |
| } |