Documentation ¶
Overview ¶
Package gitdiff_mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitDiff ¶
type GitDiff struct {
// contains filtered or unexported fields
}
GitDiff is a mock of GitDiff interface
func NewGitDiff ¶
func NewGitDiff(ctrl *gomock.Controller) *GitDiff
NewGitDiff creates a new mock instance
func (*GitDiff) EXPECT ¶
func (m *GitDiff) EXPECT() *GitDiffMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type GitDiffMockRecorder ¶
type GitDiffMockRecorder struct {
// contains filtered or unexported fields
}
GitDiffMockRecorder is the mock recorder for GitDiff
func (*GitDiffMockRecorder) GetDiff ¶
func (mr *GitDiffMockRecorder) GetDiff() *gomock.Call
GetDiff indicates an expected call of GetDiff
Click to show internal directories.
Click to hide internal directories.