Loader System (Registry Group)
Managing multiple registries can be simplified with RegistryGroup feature.
Introduction
How to use a registry group
err := handler.AddGroups(group1, group2)
if err != nil {
// Handle error
}handler := sprout.New(
sprout.WithGroups(group1, group2),
)How to create a registry group
Last updated