# Packages
No description provided by the author
go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 -o ../../../fakes/fake_reconciler_factory.go .
go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 -o ../../../fakes/fake_resolver.go .
# Functions
NewChannelEntryIterator returns a new ChannelEntryIterator.
NewClientFromConn returns the next Channel Entry in the grpc stream.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
ChannelEntryIterator struct.
Client struct with a registry client embedded.
PackageChannel defines a single channel under a package, pointing to a version of that package.
PackageManifest holds information about a package, which is a reference to one (or more) channels under a single package.
ResourceKey contains metadata to uniquely identify a resource.
# Interfaces
ChannelEntryStream interface.
ClientInterface that extends client.Interface.