(sg string)
| 271 | } |
| 272 | |
| 273 | func setStorageGroup(sg string) { |
| 274 | checkError(session.SetStorageGroup(sg)) |
| 275 | } |
| 276 | |
| 277 | func deleteStorageGroup(sg string) { |
| 278 | checkError(session.DeleteStorageGroup(sg)) |
no test coverage detected
searching dependent graphs…