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