fix(release): 修复发布一致性与并发边界
bat-rust / Build and test Rust (push) Canceled after 0s
bat-rust / Build and test Go API (push) Canceled after 0s

This commit is contained in:
2026-09-12 16:35:55 +08:00
parent 8d57a63697
commit 30d1cd77e8
20 changed files with 1100 additions and 102 deletions
+5 -4
View File
@@ -189,10 +189,11 @@ type ReleaseListParams struct {
// ReleaseDistributionParams selects a verified release for distribution.
type ReleaseDistributionParams struct {
Channel string `json:"channel,omitempty"`
ReleaseID string `json:"release_id,omitempty"`
Offset int `json:"offset,omitempty"`
Limit int `json:"limit,omitempty"`
Channel string `json:"channel,omitempty"`
ReleaseID string `json:"release_id,omitempty"`
Offset int `json:"offset,omitempty"`
Limit int `json:"limit,omitempty"`
Destination string `json:"destination,omitempty"`
}
// ReleaseCleanupParams controls the dry-run/execute cleanup pair.