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

Struct DataplaneInformation

api/proto/common.pb.go:448–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448type DataplaneInformation struct {
449 state protoimpl.MessageState
450 sizeCache protoimpl.SizeCache
451 unknownFields protoimpl.UnknownFields
452
453 Address string `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
454 ApiPort string `protobuf:"bytes,2,opt,name=ApiPort,proto3" json:"ApiPort,omitempty"`
455 ProxyPort string `protobuf:"bytes,3,opt,name=ProxyPort,proto3" json:"ProxyPort,omitempty"`
456}
457
458func (x *DataplaneInformation) Reset() {
459 *x = DataplaneInformation{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected