| 446 | } |
| 447 | |
| 448 | type 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 | |
| 458 | func (x *DataplaneInformation) Reset() { |
| 459 | *x = DataplaneInformation{} |
nothing calls this directly
no outgoing calls
no test coverage detected