# Functions
NewMockClusterManifestsInternals creates a new mock instance.
NewMockManifestsAPI creates a new mock instance.
# Structs
MockClusterManifestsInternals is a mock of ClusterManifestsInternals interface.
MockClusterManifestsInternalsMockRecorder is the mock recorder for MockClusterManifestsInternals.
MockManifestsAPI is a mock of ManifestsAPI interface.
MockManifestsAPIMockRecorder is the mock recorder for MockManifestsAPI.
# Interfaces
go:generate mockgen --build_flags=--mod=mod -package api -destination mock_manifests_internal.go .
go:generate mockgen --build_flags=--mod=mod -package api -destination mock_manifests_api.go .