blob: 044ebf6dcbe03ba33c56dcee9af68d1a0c849f57 [file] [log] [blame]
// Copyright 2020 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package chromiumos.config.api.test.results.v1;
option go_package = "go.chromium.org/chromiumos/config/go/api/test/results/v1;results";
// Uniquely identifies a test result.
message ResultId {
string value = 1;
}