Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRebaseHandle ¶
type MockRebaseHandle struct {
// contains filtered or unexported fields
}
Mock of RebaseHandle interface
func NewMockRebaseHandle ¶
func NewMockRebaseHandle(ctrl *gomock.Controller) *MockRebaseHandle
func (*MockRebaseHandle) Base ¶
func (_m *MockRebaseHandle) Base() string
func (*MockRebaseHandle) EXPECT ¶
func (_m *MockRebaseHandle) EXPECT() *_MockRebaseHandleRecorder
func (*MockRebaseHandle) Err ¶
func (_m *MockRebaseHandle) Err() error
func (*MockRebaseHandle) Rebase ¶
func (_m *MockRebaseHandle) Rebase(_param0 string, _param1 string) git.RebaseHandle
Click to show internal directories.
Click to hide internal directories.