| 276 | } |
| 277 | |
| 278 | type 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 | |
| 288 | func (x *DataplaneInfo) Reset() { |
| 289 | *x = DataplaneInfo{} |
nothing calls this directly
no outgoing calls
no test coverage detected