| 21 | } |
| 22 | |
| 23 | type OneTimeSSHCode struct { |
| 24 | ui terminal.UI |
| 25 | config coreconfig.ReadWriter |
| 26 | authRepo authentication.Repository |
| 27 | endpointRepo coreconfig.EndpointRepository |
| 28 | } |
| 29 | |
| 30 | func init() { |
| 31 | commandregistry.Register(&OneTimeSSHCode{}) |
nothing calls this directly
no outgoing calls
no test coverage detected