Documentation ¶
Overview ¶
Code generated by mockery v1.0.0
Index ¶
- type Registry
- func (_m *Registry) CacheRoot(name string, relPath string) (string, error)
- func (_m *Registry) FetchRegistrySpec() (*registry.Spec, error)
- func (_m *Registry) IsOverride() bool
- func (_m *Registry) MakeRegistryRefSpec() *app.RegistryRefSpec
- func (_m *Registry) Name() string
- func (_m *Registry) Protocol() registry.Protocol
- func (_m *Registry) RegistrySpecDir() string
- func (_m *Registry) RegistrySpecFilePath() string
- func (_m *Registry) ResolveLibrary(libID string, libAlias string, version string, onFile registry.ResolveFile, ...) (*parts.Spec, *app.LibraryRefSpec, error)
- func (_m *Registry) ResolveLibrarySpec(libID string, libRefSpec string) (*parts.Spec, error)
- func (_m *Registry) URI() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
Registry is an autogenerated mock type for the Registry type
func (*Registry) FetchRegistrySpec ¶
FetchRegistrySpec provides a mock function with given fields:
func (*Registry) IsOverride ¶
IsOverride provides a mock function with given fields:
func (*Registry) MakeRegistryRefSpec ¶
func (_m *Registry) MakeRegistryRefSpec() *app.RegistryRefSpec
MakeRegistryRefSpec provides a mock function with given fields:
func (*Registry) RegistrySpecDir ¶
RegistrySpecDir provides a mock function with given fields:
func (*Registry) RegistrySpecFilePath ¶
RegistrySpecFilePath provides a mock function with given fields:
func (*Registry) ResolveLibrary ¶
func (_m *Registry) ResolveLibrary(libID string, libAlias string, version string, onFile registry.ResolveFile, onDir registry.ResolveDirectory) (*parts.Spec, *app.LibraryRefSpec, error)
ResolveLibrary provides a mock function with given fields: libID, libAlias, version, onFile, onDir
func (*Registry) ResolveLibrarySpec ¶
ResolveLibrarySpec provides a mock function with given fields: libID, libRefSpec
Click to show internal directories.
Click to hide internal directories.