String returns the string representation of InstallScope
()
| 22 | |
| 23 | // String returns the string representation of InstallScope |
| 24 | func (s InstallScope) String() string { |
| 25 | return string(s) |
| 26 | } |
| 27 | |
| 28 | // IsValid returns true if the scope is valid |
| 29 | func (s InstallScope) IsValid() bool { |
no outgoing calls