Documentation ¶
Overview ¶
Package bufapimodule provides bufmodule types based on bufapi types.
Index ¶
- func NewModuleReader(logger *zap.Logger, downloadClientFactory DownloadServiceClientFactory, ...) bufmodule.ModuleReader
- func NewModuleResolver(logger *zap.Logger, ...) bufmodule.ModuleResolver
- type DownloadServiceClientFactory
- type ModuleReaderOption
- type RepositoryCommitServiceClientFactory
- type RepositoryServiceClientFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewModuleReader ¶
func NewModuleReader( logger *zap.Logger, downloadClientFactory DownloadServiceClientFactory, opts ...ModuleReaderOption, ) bufmodule.ModuleReader
NewModuleReader returns a new ModuleReader backed by the download service.
func NewModuleResolver ¶
func NewModuleResolver( logger *zap.Logger, repositoryCommitClientFactory RepositoryCommitServiceClientFactory, ) bufmodule.ModuleResolver
NewModuleResolver returns a new ModuleResolver backed by the resolve service.
Types ¶
type DownloadServiceClientFactory ¶
type DownloadServiceClientFactory func(address string) registryv1alpha1connect.DownloadServiceClient
func NewDownloadServiceClientFactory ¶
func NewDownloadServiceClientFactory(clientConfig *connectclient.Config) DownloadServiceClientFactory
type ModuleReaderOption ¶
type ModuleReaderOption func(reader *moduleReader)
ModuleReaderOption allows configuration of a module reader.
func ModuleReaderWithDeprecationWarning ¶
func ModuleReaderWithDeprecationWarning( repositoryClientFactory RepositoryServiceClientFactory, ) ModuleReaderOption
ModuleReaderWithDeprecationWarning makes the module reader print a warning when reading a deprecated module.
type RepositoryCommitServiceClientFactory ¶
type RepositoryCommitServiceClientFactory func(address string) registryv1alpha1connect.RepositoryCommitServiceClient
func NewRepositoryCommitServiceClientFactory ¶
func NewRepositoryCommitServiceClientFactory(clientConfig *connectclient.Config) RepositoryCommitServiceClientFactory
type RepositoryServiceClientFactory ¶
type RepositoryServiceClientFactory func(address string) registryv1alpha1connect.RepositoryServiceClient
func NewRepositoryServiceClientFactory ¶
func NewRepositoryServiceClientFactory(clientConfig *connectclient.Config) RepositoryServiceClientFactory
Click to show internal directories.
Click to hide internal directories.