metadata

package
v0.0.0-...-325c4ae Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2024 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

Plain Old Go Object repo for machine metadata

Plain Old Go Object for root disk information

Plain Old Go Object for persisting Server information

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MachineMetadata

type MachineMetadata struct {
	RootInfo *RootInfo
	Board    string
	Version  string
}

MachineMetadata stores DUT specific information

type RootInfo

type RootInfo struct {
	Root          string
	RootDisk      string
	RootPartNum   string
	PartitionInfo *common_utils.PartitionInfo
}

RootInfo stores Root information pertaining to a DUT

type ServerMetadata

type ServerMetadata struct {
	Port       int
	Log        *log.Logger
	Dut        *lab_api.Dut
	DutAddress string
}

ServerMetadata stores server specific information for a DUT

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL