(r *http.Request)
| 585 | } |
| 586 | |
| 587 | func WorkspaceBuildBaggageFromRequest(r *http.Request) WorkspaceBuildBaggage { |
| 588 | return WorkspaceBuildBaggage{IP: r.RemoteAddr} |
| 589 | } |
| 590 | |
| 591 | type Baggage interface { |
| 592 | Props() ([]baggage.Property, error) |
no outgoing calls
no test coverage detected