| 71 | } |
| 72 | |
| 73 | type NodeInfo struct { |
| 74 | state protoimpl.MessageState |
| 75 | sizeCache protoimpl.SizeCache |
| 76 | unknownFields protoimpl.UnknownFields |
| 77 | |
| 78 | NodeID string `protobuf:"bytes,1,opt,name=NodeID,proto3" json:"NodeID,omitempty"` |
| 79 | IP string `protobuf:"bytes,2,opt,name=IP,proto3" json:"IP,omitempty"` |
| 80 | Port int32 `protobuf:"varint,3,opt,name=Port,proto3" json:"Port,omitempty"` |
| 81 | CpuCores uint64 `protobuf:"varint,4,opt,name=CpuCores,proto3" json:"CpuCores,omitempty"` |
| 82 | MemorySize uint64 `protobuf:"varint,5,opt,name=MemorySize,proto3" json:"MemorySize,omitempty"` |
| 83 | } |
| 84 | |
| 85 | func (x *NodeInfo) Reset() { |
| 86 | *x = NodeInfo{} |
nothing calls this directly
no outgoing calls
no test coverage detected