blob: 07a8a354f925d35d51dbccaa4c3563bf6ee51a83 [file] [log] [blame]
// Copyright 2022 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Plain Old Go Object repo for machine metadata
package metadata
// MachineMetadata stores DUT specific information
type MachineMetadata struct {
RootInfo *RootInfo
Board string
Version string
}