Added RestoreSession related constants
This commit is contained in:
parent
055ba9189f
commit
9f8b5c6ce8
@ -12,6 +12,9 @@ const (
|
|||||||
Success SessionState = "Success"
|
Success SessionState = "Success"
|
||||||
Failure SessionState = "Failure"
|
Failure SessionState = "Failure"
|
||||||
Deleted SessionState = "Deleted"
|
Deleted SessionState = "Deleted"
|
||||||
|
TARGET_NAME string = "TARGET_NAME"
|
||||||
|
RESTORESESSION_NAMESPACE string = "RESTORESESSION_NAMESPACE"
|
||||||
|
RESTORESESSION_NAME string = "RESTORESESSION_NAME"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TargetStatus struct {
|
type TargetStatus struct {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user