package
0.0.0-20250403150915-169f9a4308f2
Repository: https://github.com/osbuild/osbuild-composer.git
Documentation: pkg.go.dev

# Functions

CompareImageType considers two image type objects equal if and only if the names of their distro/arch/imagetype are.
GenerateCIArtifactName generates a new identifier for CI artifacts which is based on environment variables specified by Jenkins note: in case of migration to sth else like Github Actions, change it to whatever variables GH Action provides.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Create a temporary repository.
Remove the temporary repository.
No description provided by the author
No description provided by the author
TestRouteWithReply tests the given API endpoint and if the test passes, it returns the raw JSON reply.
No description provided by the author

# Structs

APICall is a small function object for testing HTTP APIs.
APICallResult holds a parsed response for an APICall.
JSONValidator is a simple validator for validating JSON responses.

# Interfaces

BodyValidator is an abstract interface for defining validators for response bodies.
RequestBody is an abstract interface for defining request bodies for APICall.

# Type aliases

JSONRequestBody is just a simple wrapper over plain string.