| 22 | ) |
| 23 | |
| 24 | type EndpointInfo struct { |
| 25 | state protoimpl.MessageState |
| 26 | sizeCache protoimpl.SizeCache |
| 27 | unknownFields protoimpl.UnknownFields |
| 28 | |
| 29 | ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` |
| 30 | URL string `protobuf:"bytes,2,opt,name=URL,proto3" json:"URL,omitempty"` |
| 31 | } |
| 32 | |
| 33 | func (x *EndpointInfo) Reset() { |
| 34 | *x = EndpointInfo{} |
nothing calls this directly
no outgoing calls
no test coverage detected