(sg string)
| 275 | } |
| 276 | |
| 277 | func deleteStorageGroup(sg string) { |
| 278 | checkError(session.DeleteStorageGroup(sg)) |
| 279 | } |
| 280 | |
| 281 | func deleteStorageGroups(sgs ...string) { |
| 282 | checkError(session.DeleteStorageGroups(sgs...)) |
no test coverage detected
searching dependent graphs…