Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommitProvider ¶ added in v1.32.0
func NewCommitProvider( logger *zap.Logger, delegate bufmodule.CommitProvider, store bufmodulestore.CommitStore, ) bufmodule.CommitProvider
NewCommitProvider returns a new CommitProvider that caches the results of the delegate.
The CommitStore is used as a cache.
func NewModuleDataProvider ¶ added in v1.32.0
func NewModuleDataProvider( logger *zap.Logger, delegate bufmodule.ModuleDataProvider, store bufmodulestore.ModuleDataStore, ) bufmodule.ModuleDataProvider
NewModuleDataProvider returns a new ModuleDataProvider that caches the results of the delegate.
The ModuleDataStore is used as a cache.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.