File size: 291 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package swo

import (
	"github.com/google/uuid"
	"github.com/target/goalert/swo/swogrp"
)

// Status represents the current status of the switchover process.
type Status struct {
	swogrp.Status

	MainDBID      uuid.UUID
	NextDBID      uuid.UUID
	MainDBVersion string
	NextDBVersion string
}