bufapimodule

package
v1.28.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package bufapimodule provides bufmodule types based on bufapi types.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewModuleReader

func NewModuleReader(
	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 added in v1.10.0

type DownloadServiceClientFactory func(address string) registryv1alpha1connect.DownloadServiceClient

func NewDownloadServiceClientFactory added in v1.10.0

func NewDownloadServiceClientFactory(clientConfig *connectclient.Config) DownloadServiceClientFactory

type ModuleReaderOption added in v1.13.0

type ModuleReaderOption func(reader *moduleReader)

ModuleReaderOption allows configuration of a module reader.

type RepositoryCommitServiceClientFactory added in v1.10.0

type RepositoryCommitServiceClientFactory func(address string) registryv1alpha1connect.RepositoryCommitServiceClient

func NewRepositoryCommitServiceClientFactory added in v1.10.0

func NewRepositoryCommitServiceClientFactory(clientConfig *connectclient.Config) RepositoryCommitServiceClientFactory

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL