debian-forge-composer/internal/rcm
Lars Karlitski e5eb673be6 distro: rename awkwardly named function
WithSingleDistro() doesn't follow go's naming convention for creating
objects (New*). Rename it to NewRegistry() and rename the old
NewRegistry() to NewDefaultRegistry().

The idea is that NewRegistry() can be used to create full Registry
objects from outside the package. NewDefaultRegistry() is a convenience
function that creates a Registry with all known distros.
2020-03-03 11:53:06 +01:00
..
api.go rcm: introduce rpmmd member of the api structure 2020-02-20 13:04:28 +01:00
api_test.go distro: rename awkwardly named function 2020-03-03 11:53:06 +01:00