Documentation
¶
Overview ¶
Package git provides the Git change detection plugin for TerraCi.
Index ¶
- type Plugin
- func (p *Plugin) Description() string
- func (p *Plugin) DetectChangedLibraries(_ context.Context, appCtx *plugin.AppContext, baseRef string, ...) ([]string, error)
- func (p *Plugin) DetectChangedModules(_ context.Context, appCtx *plugin.AppContext, baseRef string, ...) ([]*discovery.Module, []string, error)
- func (p *Plugin) Initialize(_ context.Context, appCtx *plugin.AppContext) error
- func (p *Plugin) Name() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
Plugin is the Git change detection plugin.
func (*Plugin) Description ¶
func (*Plugin) DetectChangedLibraries ¶
func (*Plugin) DetectChangedModules ¶
func (*Plugin) Initialize ¶
Click to show internal directories.
Click to hide internal directories.