debian-forge-composer/internal/weldr
Tom Gundersen 61836a7079 weldr/upload: no longer reuse the structs from the target package
For serializeation, make our own private structs. The structs
in the target package are not exactly the same as the ones used by
weldr, so in order to avoid too many compromises, let's just do
an explicity translation.

As a general principle, we aim to only use private types for
serialization and rather translate than reuse for different
purposes.

Signed-off-by: Tom Gundersen <teg@jklm.no>
2020-03-22 22:26:09 +01:00
..
api.go weldr/upload: no longer reuse the structs from the target package 2020-03-22 22:26:09 +01:00
api_test.go distro: don't expose repositories in distro objects 2020-03-18 20:46:28 +01:00
compose.go weldr/upload: no longer reuse the structs from the target package 2020-03-22 22:26:09 +01:00
upload.go weldr/upload: no longer reuse the structs from the target package 2020-03-22 22:26:09 +01:00
util.go composer/job-queue: add scaffolding for the job queue API 2019-09-26 19:53:06 +02:00