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

Struct NodeInfo

api/proto/control_plane_interface.pb.go:73–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73type 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
85func (x *NodeInfo) Reset() {
86 *x = NodeInfo{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected