| 7 | ) |
| 8 | |
| 9 | type testSmartSubtransport struct { |
| 10 | } |
| 11 | |
| 12 | func (t *testSmartSubtransport) Action(url string, action SmartServiceAction) (SmartSubtransportStream, error) { |
| 13 | return &testSmartSubtransportStream{}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected