Skip to content

Commit 82725de

Browse files
AnnatarHeclaude
andcommitted
refactor(dotfiles): remove deprecated BackupAndSave method from DotfileApp interface
Removed the deprecated BackupAndSave method as it's no longer needed - clients should use Backup and Save methods separately for better control. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent aa7084e commit 82725de

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

model/dotfile_apps.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ type DotfileApp interface {
2020
IsEqual(ctx context.Context, files map[string]string) (map[string]bool, error)
2121
Backup(ctx context.Context, paths []string) error
2222
Save(ctx context.Context, files map[string]string) error
23-
BackupAndSave(ctx context.Context, path string, content string) error // Deprecated: use Backup and Save separately
2423
}
2524

2625
// BaseApp provides common functionality for dotfile apps

0 commit comments

Comments
 (0)