Documentation
¶
Index ¶
- Variables
- func New(pathStore store.SpacePathStore, ...) store.SpacePathCache
- func ProvidePathCache(pathStore store.SpacePathStore, ...) store.SpacePathCache
- func ProvidePrincipalInfoCache(getter store.PrincipalInfoView) store.PrincipalInfoCache
- func ProvideRepoGitInfoCache(getter store.RepoGitInfoView) store.RepoGitInfoCache
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( ProvidePrincipalInfoCache, ProvidePathCache, ProvideRepoGitInfoCache, )
WireSet provides a wire set for this package.
Functions ¶
func New ¶
func New( pathStore store.SpacePathStore, spacePathTransformation store.SpacePathTransformation, ) store.SpacePathCache
func ProvidePathCache ¶
func ProvidePathCache( pathStore store.SpacePathStore, spacePathTransformation store.SpacePathTransformation, ) store.SpacePathCache
ProvidePathCache provides a cache for storing routing paths and their types.SpacePath objects.
func ProvidePrincipalInfoCache ¶
func ProvidePrincipalInfoCache(getter store.PrincipalInfoView) store.PrincipalInfoCache
ProvidePrincipalInfoCache provides a cache for storing types.PrincipalInfo objects.
func ProvideRepoGitInfoCache ¶
func ProvideRepoGitInfoCache(getter store.RepoGitInfoView) store.RepoGitInfoCache
ProvideRepoGitInfoCache provides a cache for storing types.RepositoryGitInfo objects.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.