debian-forge-composer/internal/cloudapi/v2
Achilleas Koutsou 82eedf5b82 DepsolveJob: rename struct field for consistency
We have two fields, `Repos` and `PackageSets`.  Renaming
`PackageSetsRepositories` to `PackageSetsRepos` for consistency.
The struct is for internal use only so the rename has no impact as long
as the serialised name is the same (json tag).

Also it's shorter.

Added docstring to the struct that explains the arguments in the same
way as they are described for the `depsolve()` function.

Changing the name of the argument in the internal `depsolve()` function
for the same reasons.
2022-02-14 17:38:41 +01:00
..
errors.go worker/api: align & improve error handlers 2022-02-02 11:15:20 +01:00
errors_test.go cloudapi/v2: Listen on /api/image-builder-composer/v2 2021-10-11 09:52:21 +02:00
openapi.v2.gen.go cloudapi/v2: add support for aws-*-rhui image types 2022-02-10 11:26:50 +00:00
openapi.v2.yml cloudapi/v2: add support for aws-*-rhui image types 2022-02-10 11:26:50 +00:00
v2.go DepsolveJob: rename struct field for consistency 2022-02-14 17:38:41 +01:00
v2_internal_test.go cloudapi/v2: add koji-specific tests 2022-02-01 20:28:40 +00:00
v2_koji_test.go cloudapi/v2: add koji-specific tests 2022-02-01 20:28:40 +00:00
v2_test.go cloudapi/v2: introduce compose status 2022-02-01 20:28:40 +00:00