# Functions
NewMockRelease creates a new mock instance.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
MockRelease is a mock of Release interface.
MockReleaseMockRecorder is the mock recorder for MockRelease.
# Interfaces
go:generate mockgen -source=release.go -package=oc -destination=mock_release.go.