# Functions
NewMockRetriever creates a new mock instance.
NewMockRosaVersion creates a new mock instance.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Structs
MockRetriever is a mock of Retriever interface.
MockRetrieverMockRecorder is the mock recorder for MockRetriever.
MockRosaVersion is a mock of RosaVersion interface.
MockRosaVersionMockRecorder is the mock recorder for MockRosaVersion.
No description provided by the author
# Interfaces
go:generate mockgen -source=retriever.go -package=version -destination=./retriever_mock.go.
go:generate mockgen -source=version.go -package=version -destination=./version_mock.go.