InstallScope represents the scope of installation
| 14 | |
| 15 | // InstallScope represents the scope of installation |
| 16 | type InstallScope string |
| 17 | |
| 18 | const ( |
| 19 | ScopeGlobal InstallScope = InstallScope(install.ScopeGlobal) |
no outgoing calls
no test coverage detected