Documentation
¶
Overview ¶
Package mock_app is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIGiga ¶
type MockIGiga struct {
// contains filtered or unexported fields
}
MockIGiga is a mock of IGiga interface.
func NewMockIGiga ¶
func NewMockIGiga(ctrl *gomock.Controller) *MockIGiga
NewMockIGiga creates a new mock instance.
func (*MockIGiga) EXPECT ¶
func (m *MockIGiga) EXPECT() *MockIGigaMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIGigaMockRecorder ¶
type MockIGigaMockRecorder struct {
// contains filtered or unexported fields
}
MockIGigaMockRecorder is the mock recorder for MockIGiga.
func (*MockIGigaMockRecorder) GetCommitMsg ¶
func (mr *MockIGigaMockRecorder) GetCommitMsg(diff, locale, maxLength, debug interface{}) *gomock.Call
GetCommitMsg indicates an expected call of GetCommitMsg.
type MockIGit ¶
type MockIGit struct {
// contains filtered or unexported fields
}
MockIGit is a mock of IGit interface.
func NewMockIGit ¶
func NewMockIGit(ctrl *gomock.Controller) *MockIGit
NewMockIGit creates a new mock instance.
func (*MockIGit) EXPECT ¶
func (m *MockIGit) EXPECT() *MockIGitMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIGitMockRecorder ¶
type MockIGitMockRecorder struct {
// contains filtered or unexported fields
}
MockIGitMockRecorder is the mock recorder for MockIGit.
func (*MockIGitMockRecorder) GitDiff ¶
func (mr *MockIGitMockRecorder) GitDiff(debug interface{}) *gomock.Call
GitDiff indicates an expected call of GitDiff.
Click to show internal directories.
Click to hide internal directories.