| 67 | } |
| 68 | |
| 69 | type httpSmartSubtransport struct { |
| 70 | transport *Transport |
| 71 | client *http.Client |
| 72 | } |
| 73 | |
| 74 | func (t *httpSmartSubtransport) Action(url string, action SmartServiceAction) (SmartSubtransportStream, error) { |
| 75 | var req *http.Request |
nothing calls this directly
no outgoing calls
no test coverage detected