| 12 | ) |
| 13 | |
| 14 | type OAuthToken struct { |
| 15 | ui terminal.UI |
| 16 | config coreconfig.ReadWriter |
| 17 | authRepo authentication.Repository |
| 18 | pluginModel *plugin_models.GetOauthToken_Model |
| 19 | pluginCall bool |
| 20 | } |
| 21 | |
| 22 | func init() { |
| 23 | commandregistry.Register(&OAuthToken{}) |
nothing calls this directly
no outgoing calls
no test coverage detected