MCPcopy Create free account
hub / github.com/SwishHQ/spread / RollbackRequest

Struct RollbackRequest

types/bundle_types.go:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13type RollbackRequest struct {
14 AppId string `json:"appId" validate:"required"`
15 EnvironmentId string `json:"environmentId" validate:"required"`
16 VersionId string `json:"versionId" validate:"required"`
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected