Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeDetector ¶
type ChangeDetector interface {
DetectChanges(ctx context.Context, repo, branch, baseRef string, servicePaths map[string][]string) ([]string, error)
}
ChangeDetector is responsible for determining which services have changed
type GitChangeDetector ¶
type GitChangeDetector struct {
}
func (*GitChangeDetector) DetectChanges ¶
Click to show internal directories.
Click to hide internal directories.