Commit 385c125 1 parent 11a1a4e commit 385c125 Copy full SHA for 385c125
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ type QueuedProcessService struct {
17
17
// _____________________________________________________________________________________________________________________
18
18
19
19
type ProcessDetails struct {
20
- ItemsToProcess * int `json:"items_to_process" ,omitempty`
21
- ItemsProcessed * int `json:"items_processed" ,omitempty`
22
- DownloadUrl string `json:"download_url" ,omitempty`
23
- Progress string `json:"progress" ,omitempty`
24
- Stage string `json:"stage" ,omitempty`
20
+ ItemsToProcess * int `json:"items_to_process,omitempty" `
21
+ ItemsProcessed * int `json:"items_processed,omitempty" `
22
+ DownloadUrl string `json:"download_url,omitempty" `
23
+ Progress string `json:"progress,omitempty" `
24
+ Stage string `json:"stage,omitempty" `
25
25
}
26
26
27
27
type QueuedProcess struct {
You can’t perform that action at this time.
0 commit comments