SmartServiceAction is an action that the smart transport can ask a subtransport to perform.
| 61 | // SmartServiceAction is an action that the smart transport can ask a |
| 62 | // subtransport to perform. |
| 63 | type SmartServiceAction int |
| 64 | |
| 65 | const ( |
| 66 | // SmartServiceActionUploadpackLs is used upon connecting to a remote, and is |
no outgoing calls
no test coverage detected