Versions in this module Expand all Collapse all v0 v0.27.1 Sep 16, 2025 v0.26.0 Sep 14, 2025 Changes in this version + type MockWorktree struct + func NewMockWorktree(ctrl *gomock.Controller) *MockWorktree + func (m *MockWorktree) AddToStatus(params worktree.AddToStatusParams) error + func (m *MockWorktree) BuildPath(repoURL, remoteName, branch string) string + func (m *MockWorktree) CheckoutBranch(worktreePath, branch string) error + func (m *MockWorktree) CleanupDirectory(worktreePath string) error + func (m *MockWorktree) Create(params worktree.CreateParams) error + func (m *MockWorktree) Delete(params worktree.DeleteParams) error + func (m *MockWorktree) EXPECT() *MockWorktreeMockRecorder + func (m *MockWorktree) EnsureBranchExists(repoPath, branch string) error + func (m *MockWorktree) Exists(repoPath, branch string) (bool, error) + func (m *MockWorktree) RemoveFromStatus(repoURL, branch string) error + func (m *MockWorktree) SetLogger(arg0 logger.Logger) + func (m *MockWorktree) ValidateCreation(params worktree.ValidateCreationParams) error + func (m *MockWorktree) ValidateDeletion(params worktree.ValidateDeletionParams) error + type MockWorktreeMockRecorder struct + func (mr *MockWorktreeMockRecorder) AddToStatus(params any) *gomock.Call + func (mr *MockWorktreeMockRecorder) BuildPath(repoURL, remoteName, branch any) *gomock.Call + func (mr *MockWorktreeMockRecorder) CheckoutBranch(worktreePath, branch any) *gomock.Call + func (mr *MockWorktreeMockRecorder) CleanupDirectory(worktreePath any) *gomock.Call + func (mr *MockWorktreeMockRecorder) Create(params any) *gomock.Call + func (mr *MockWorktreeMockRecorder) Delete(params any) *gomock.Call + func (mr *MockWorktreeMockRecorder) EnsureBranchExists(repoPath, branch any) *gomock.Call + func (mr *MockWorktreeMockRecorder) Exists(repoPath, branch any) *gomock.Call + func (mr *MockWorktreeMockRecorder) RemoveFromStatus(repoURL, branch any) *gomock.Call + func (mr *MockWorktreeMockRecorder) SetLogger(arg0 any) *gomock.Call + func (mr *MockWorktreeMockRecorder) ValidateCreation(params any) *gomock.Call + func (mr *MockWorktreeMockRecorder) ValidateDeletion(params any) *gomock.Call