feat: job list

This commit is contained in:
Samuel N Cui
2023-08-29 18:02:57 +08:00
parent cda9244e8e
commit 852cf8212e
80 changed files with 6173 additions and 1854 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ func (x *SourceState) GetStatus() CopyStatus {
if x != nil {
return x.Status
}
return CopyStatus_Draft
return CopyStatus_DRAFT
}
func (x *SourceState) GetMessage() string {