Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GitService ¶
type GitService interface {
GetDiff(ctx context.Context) (string, error)
StageAll(ctx context.Context) error
StageFiles(ctx context.Context, files []string) error
}
GitService defines the interface for git operations
func NewGitService ¶
func NewGitService(excludeFiles ...string) GitService
NewGitService creates a new GitService
Click to show internal directories.
Click to hide internal directories.