| 276 | } |
| 277 | |
| 278 | type EndpointsList struct { |
| 279 | state protoimpl.MessageState |
| 280 | sizeCache protoimpl.SizeCache |
| 281 | unknownFields protoimpl.UnknownFields |
| 282 | |
| 283 | Endpoint []*Endpoint `protobuf:"bytes,1,rep,name=endpoint,proto3" json:"endpoint,omitempty"` |
| 284 | } |
| 285 | |
| 286 | func (x *EndpointsList) Reset() { |
| 287 | *x = EndpointsList{} |
nothing calls this directly
no outgoing calls
no test coverage detected