types

package
v0.1.4-alpha Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	ID            string
	Name          string `json:"name"`
	PublicKeyHash string `json:"publicKeyHash"`
}

type HardwareInfo

type HardwareInfo struct {
	Network NetworkInfo `json:"network"`
}

type NIC

type NIC struct {
	Name       string `json:"name"`
	MACAddress string `json:"macaddress"`
}

type NetworkInfo

type NetworkInfo struct {
	NICs []NIC `json:"nics"`
}

Jump to

Keyboard shortcuts

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