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

Struct DataplaneInfo

api/proto/control_plane_interface.pb.go:278–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278type DataplaneInfo struct {
279 state protoimpl.MessageState
280 sizeCache protoimpl.SizeCache
281 unknownFields protoimpl.UnknownFields
282
283 IP string `protobuf:"bytes,1,opt,name=IP,proto3" json:"IP,omitempty"`
284 APIPort int32 `protobuf:"varint,2,opt,name=APIPort,proto3" json:"APIPort,omitempty"`
285 ProxyPort int32 `protobuf:"varint,3,opt,name=ProxyPort,proto3" json:"ProxyPort,omitempty"`
286}
287
288func (x *DataplaneInfo) Reset() {
289 *x = DataplaneInfo{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected