|
// ListSnapshotsResponse carries the existing snapshots. |
|
message ListSnapshotsResponse { |
|
// Driver-formatted list of existing snapshots. |
|
string snapshots = 1; |
|
} |
It should return a slice of struct, not a raw output of qemu-img snapshot -l which is not robustly parsable.
Depends on:
lima/pkg/driver/external/driver.proto
Lines 207 to 211 in de0816e
It should return a slice of struct, not a raw output of
qemu-img snapshot -lwhich is not robustly parsable.Depends on:
qemu-img snapshot --listcommand go-qcow2reader#75