debian-forge-composer/internal/cloudapi/v2
Ondřej Budai a6f3dd91b6 cloudapi: split into handler and server
These "classes" are huge, let's split them into two files to make the file
smaller.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
2022-04-06 08:51:01 +02:00
..
errors.go cloudapi: require gpgkey if check_gpg is set 2022-03-25 13:23:32 +01:00
errors_test.go cloudapi/v2: Listen on /api/image-builder-composer/v2 2021-10-11 09:52:21 +02:00
handler.go cloudapi: split into handler and server 2022-04-06 08:51:01 +02:00
openapi.v2.gen.go cloudapi: rename gpg_key field to gpgkey 2022-03-25 13:23:32 +01:00
openapi.v2.yml cloudapi: rename gpg_key field to gpgkey 2022-03-25 13:23:32 +01:00
server.go cloudapi: split into handler and server 2022-04-06 08:51:01 +02:00
v2_internal_test.go cloudapi: require gpgkey if check_gpg is set 2022-03-25 13:23:32 +01:00
v2_koji_test.go test: use T.TempDir to create temporary test directory 2022-04-05 09:27:43 +02:00
v2_multi_tenancy_test.go test: use T.TempDir to create temporary test directory 2022-04-05 09:27:43 +02:00
v2_test.go cloudapi/test: wait for the depsolving goroutine to finish 2022-04-05 09:27:43 +02:00