blob: a864d9f03961b30d0cb1d270e202693271375d23 [file] [log] [blame]
// Copyright 2020 The Chromium OS 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 project_mgmt;
option go_package = "go.chromium.org/chromiumos/infra/proto/go/project_mgmt";
import "project_mgmt/program.proto";
message Config {
ProgramList programs = 1;
}