Route uploads by pipeline path

This commit is contained in:
2026-06-08 04:32:20 +00:00
parent 033b2e5015
commit 9d4694c6d8
5 changed files with 261 additions and 69 deletions

View File

@@ -44,6 +44,7 @@ type UploadRunRecord struct {
}
type UploadRequest struct {
TokenID string
PipelineID string
ContentType string
Body io.Reader