()
| 90 | } |
| 91 | |
| 92 | func (d Deps) ServerURL() string { |
| 93 | serverURLCopy := *d.coderClient.URL |
| 94 | serverURLCopy.Path = "" |
| 95 | serverURLCopy.RawQuery = "" |
| 96 | return serverURLCopy.String() |
| 97 | } |
| 98 | |
| 99 | func WithTaskReporter(fn func(ReportTaskArgs) error) func(*Deps) { |
| 100 | return func(d *Deps) { |
no test coverage detected