()
| 81 | } |
| 82 | |
| 83 | func (r *ProfiledRunnable) ProfileTargets() []Target { |
| 84 | return []Target{{Name: r.Name(), Scheme: r.scheme, Config: r.config, InternalEndpoint: r.InternalEndpoint(r.pprofPort)}} |
| 85 | } |
nothing calls this directly
no test coverage detected