# Functions
FullTag returns the full image tag "source:version" of the given dependency.
NewLocalFetcher --.
NewMockFetcher constructs a new mock fetcher.
NewResolver returns a new Resolver.
WithDescriptor sets the descriptor for the mock fetcher.
WithError sets the error for the mock fetcher.
WithFetcher modifies the Resolver and adds the given fetcher.
WithImage sets the image for the mock fetcher.
WithTags sets the tags for the mock fetcher.
# Constants
DefaultVer effectively defines latest for the semver constraints.
# Structs
LocalFetcher --.
MockFetcher is an image fetcher that returns its configured values.
Resolver --.
# Interfaces
Fetcher defines how we expect to intract with the Image repository.
# Type aliases
MockOption modifies the mock fetcher.
ResolverOption modifies the image resolver.