Documentation
¶
Index ¶
- type T
- func (_m *T) GetDownloadURLAndHash(packageName string, version string) (string, string, error)
- func (_m *T) GetLatestActiveVersion(version string) (string, error)
- func (_m *T) GetLatestVersion(version string) (string, error)
- func (_m *T) HasVersion(packageName string, version string) bool
- func (_m *T) IsVersionActive(packageName string, version string) (bool, error)
- func (_m *T) IsVersionDeprecated(packageName string, version string) (bool, error)
- func (_m *T) LoadManifest(manifestPath string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type T ¶
T is an autogenerated mock type for the T type
func (*T) GetDownloadURLAndHash ¶
GetDownloadURLAndHash provides a mock function with given fields: packageName, version
func (*T) GetLatestActiveVersion ¶
GetLatestActiveVersion provides a mock function with given fields: version
func (*T) GetLatestVersion ¶
GetLatestVersion provides a mock function with given fields: version
func (*T) HasVersion ¶
HasVersion provides a mock function with given fields: packageName, version
func (*T) IsVersionActive ¶
IsVersionActive provides a mock function with given fields: packageName, version
func (*T) IsVersionDeprecated ¶
IsVersionDeprecated provides a mock function with given fields: packageName, version
func (*T) LoadManifest ¶
LoadManifest provides a mock function with given fields: manifestPath
Click to show internal directories.
Click to hide internal directories.