| 150 | } |
| 151 | |
| 152 | type 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 | |
| 162 | func (x *NodeHeartbeatMessage) Reset() { |
| 163 | *x = NodeHeartbeatMessage{} |
nothing calls this directly
no outgoing calls
no test coverage detected