diff options
Diffstat (limited to 'internal/queue/queue.go')
| -rw-r--r-- | internal/queue/queue.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/queue/queue.go b/internal/queue/queue.go index 8c1c37b0..5eb9bc2f 100644 --- a/internal/queue/queue.go +++ b/internal/queue/queue.go @@ -167,6 +167,7 @@ const ( DisableProxyFetchValue = "off" SourceParam = "source" SourceFrontendValue = "frontend" + SourceWorkerValue = "worker" ) func (q *GCP) newTaskRequest(modulePath, version string, opts *Options) *taskspb.CreateTaskRequest { |
