distribution/manifest/schema2
Cory Snider 671184e910
Remove ManifestBuilder interface
Defining an interface on the implementer side is generally not best
practice in Go code. There is no code in the distribution module which
consumes a ManifestBuilder value so there is no need to define the
interface in the distribution module. Export the concrete
ManifestBuilder types and modify the constructors to return concrete
values.

Co-authored-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Cory Snider <csnider@mirantis.com>
2024-07-16 11:16:06 +02:00
..
builder.go Remove ManifestBuilder interface 2024-07-16 11:16:06 +02:00
builder_test.go Remove blobstore from manifest builder 2023-05-19 13:47:17 +00:00
manifest.go manifest: rename variables that collided with imports 2022-11-28 10:08:02 +01:00
manifest_test.go Align code to match order of fields 2022-11-29 23:24:10 +01:00