refactor: add ImportStatusCompleted
This commit is contained in:
parent
0a85711ead
commit
7665937196
|
@ -7,6 +7,7 @@ type ImportStatus string
|
||||||
const (
|
const (
|
||||||
ImportStatusQueued ImportStatus = "queued"
|
ImportStatusQueued ImportStatus = "queued"
|
||||||
ImportStatusProcessing ImportStatus = "processing"
|
ImportStatusProcessing ImportStatus = "processing"
|
||||||
|
ImportStatusCompleted ImportStatus = "completed"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
Loading…
Reference in New Issue