Action creates a SmartSubtransportStream for the provided url and requested action.
(url string, action SmartServiceAction)
| 181 | // Action creates a SmartSubtransportStream for the provided url and |
| 182 | // requested action. |
| 183 | Action(url string, action SmartServiceAction) (SmartSubtransportStream, error) |
| 184 | |
| 185 | // Close closes the SmartSubtransport. |
| 186 | // |
no outgoing calls
no test coverage detected