()
| 316 | } |
| 317 | |
| 318 | func (x *EndpointsList) GetEndpoint() []*Endpoint { |
| 319 | if x != nil { |
| 320 | return x.Endpoint |
| 321 | } |
| 322 | return nil |
| 323 | } |
| 324 | |
| 325 | var File_worker_node_interface_proto protoreflect.FileDescriptor |
| 326 |
nothing calls this directly
no outgoing calls
no test coverage detected