MCPcopy Create free account
hub / github.com/eth-easl/dirigent / NodeHeartbeatMessage

Struct NodeHeartbeatMessage

api/proto/control_plane_interface.pb.go:152–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152type NodeHeartbeatMessage struct {
153 state protoimpl.MessageState
154 sizeCache protoimpl.SizeCache
155 unknownFields protoimpl.UnknownFields
156
157 NodeID string `protobuf:"bytes,1,opt,name=NodeID,proto3" json:"NodeID,omitempty"`
158 CpuUsage uint64 `protobuf:"varint,2,opt,name=CpuUsage,proto3" json:"CpuUsage,omitempty"`
159 MemoryUsage uint64 `protobuf:"varint,3,opt,name=MemoryUsage,proto3" json:"MemoryUsage,omitempty"`
160}
161
162func (x *NodeHeartbeatMessage) Reset() {
163 *x = NodeHeartbeatMessage{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected