Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CiPipelineHistoryRepository ¶
CiPipelineHistoryRepository is an autogenerated mock type for the CiPipelineHistoryRepository type
func NewCiPipelineHistoryRepository ¶
func NewCiPipelineHistoryRepository(t mockConstructorTestingTNewCiPipelineHistoryRepository) *CiPipelineHistoryRepository
NewCiPipelineHistoryRepository creates a new instance of CiPipelineHistoryRepository. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*CiPipelineHistoryRepository) Save ¶
func (_m *CiPipelineHistoryRepository) Save(ciPipelineHistory *repository.CiPipelineHistory) error
Save provides a mock function with given fields: ciPipelineHistory
type CiTemplateHistoryRepository ¶
CiTemplateHistoryRepository is an autogenerated mock type for the CiTemplateHistoryRepository type
func NewCiTemplateHistoryRepository ¶
func NewCiTemplateHistoryRepository(t mockConstructorTestingTNewCiTemplateHistoryRepository) *CiTemplateHistoryRepository
NewCiTemplateHistoryRepository creates a new instance of CiTemplateHistoryRepository. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*CiTemplateHistoryRepository) Save ¶
func (_m *CiTemplateHistoryRepository) Save(material *repository.CiTemplateHistory) error
Save provides a mock function with given fields: material
type GitMaterialHistoryRepository ¶
GitMaterialHistoryRepository is an autogenerated mock type for the GitMaterialHistoryRepository type
func NewGitMaterialHistoryRepository ¶
func NewGitMaterialHistoryRepository(t mockConstructorTestingTNewGitMaterialHistoryRepository) *GitMaterialHistoryRepository
NewGitMaterialHistoryRepository creates a new instance of GitMaterialHistoryRepository. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*GitMaterialHistoryRepository) SaveDeleteMaterialHistory ¶
func (_m *GitMaterialHistoryRepository) SaveDeleteMaterialHistory(materials []*repository.GitMaterialHistory) error
SaveDeleteMaterialHistory provides a mock function with given fields: materials
func (*GitMaterialHistoryRepository) SaveGitMaterialHistory ¶
func (_m *GitMaterialHistoryRepository) SaveGitMaterialHistory(material *repository.GitMaterialHistory) error
SaveGitMaterialHistory provides a mock function with given fields: material