Skip to content

Commit f833201

Browse files
feat(instance): add snapshot states for snapshot transfer (#1426)
Co-authored-by: Jules Castéran <[email protected]>
1 parent 8ca5cbd commit f833201

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,10 @@ const (
576576
SnapshotStateError = SnapshotState("error")
577577
// SnapshotStateInvalidData is [insert doc].
578578
SnapshotStateInvalidData = SnapshotState("invalid_data")
579+
// SnapshotStateImporting is [insert doc].
580+
SnapshotStateImporting = SnapshotState("importing")
581+
// SnapshotStateExporting is [insert doc].
582+
SnapshotStateExporting = SnapshotState("exporting")
579583
)
580584

581585
func (enum SnapshotState) String() string {

0 commit comments

Comments
 (0)