OperationType returns a unique string representing the type of operation to perform (e.g., "download", "enable").
()
| 41 | // OperationType returns a unique string representing the type of operation to perform |
| 42 | // (e.g., "download", "enable"). |
| 43 | OperationType() string |
| 44 | |
| 45 | // ItemType returns the type of item the operation is performed on |
| 46 | // (e.g., "collections"). Used in confirmation prompt and dry-run. |
no outgoing calls
no test coverage detected