Files
matchbox/api/machine.go

12 lines
158 B
Go

package api
import (
"net"
)
// MachineAttrs collects machine identifiers and attributes.
type MachineAttrs struct {
UUID string
MAC net.HardwareAddr
}