Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewModuleReader ¶
func NewModuleReader( logger *zap.Logger, verbosePrinter verbose.Printer, bucket storage.ReadWriteBucket, delegate bufmodule.ModuleReader, repositoryClientFactory RepositoryServiceClientFactory, ) bufmodule.ModuleReader
NewModuleReader creates a new module reader using content addressable storage.
Types ¶
type RepositoryServiceClientFactory ¶ added in v1.10.0
type RepositoryServiceClientFactory func(address string) registryv1alpha1connect.RepositoryServiceClient
func NewRepositoryServiceClientFactory ¶ added in v1.10.0
func NewRepositoryServiceClientFactory(clientConfig *connectclient.Config) RepositoryServiceClientFactory
Click to show internal directories.
Click to hide internal directories.