blob: 0c35b83dd661036acb2abea70f219e22bc7b1055 [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 client;
option go_package = "go.chromium.org/chromiumos/infra/proto/go/client";
message ClientId {
string id = 1;
}