MCPcopy Create free account
hub / github.com/danderson/netboot / machineEvent

Struct machineEvent

pixiecore/logging.go:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66)
67
68type machineEvent struct {
69 Timestamp time.Time
70 State machineState
71 Message string
72}
73
74func (s *Server) machineEvent(mac net.HardwareAddr, state machineState, format string, args ...interface{}) {
75 evt := machineEvent{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected