Documentation
¶
Overview ¶
Package project is the Stage-1 namespace for project analysis, snapshots, impact analysis, dep updates, migrations, releases. See ../REFACTOR_PLAN.md.
Index ¶
- Variables
- type ChangeEntry
- type Convention
- type ConventionSet
- type Dependency
- type DependencyUpdater
- type ImpactAnalysis
- type ImpactAnalyzer
- type MigrationPlan
- type MigrationPlanner
- type MigrationResult
- type MigrationStep
- type ModuleInfo
- type Pattern
- type ProjectAnalysis
- type ProjectAnalyzer
- type ProjectSnapshot
- type ProjectSnapshotCache
- type Release
- type ReleaseManager
- type ReleaseStats
- type UpdatePlan
- type Violation
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildImportGraph = engine.BuildImportGraph
View Source
var BumpVersion = engine.BumpVersion
View Source
var ClassifyUpdate = engine.ClassifyUpdate
View Source
var DetectArchitecture = engine.DetectArchitecture
View Source
var DetectPatterns = engine.DetectPatterns
View Source
var FormatAnalysis = engine.FormatAnalysis
View Source
var FormatImpact = engine.FormatImpact
View Source
var FormatOutdated = engine.FormatOutdated
View Source
var FormatPlan = engine.FormatPlan
View Source
var FormatReleaseNotes = engine.FormatReleaseNotes
View Source
var FormatViolations = engine.FormatViolations
View Source
var GenerateChangelog = engine.GenerateChangelog
View Source
var GenerateOnboardingDoc = engine.GenerateOnboardingDoc
View Source
var NewConventionSet = engine.NewConventionSet
View Source
var NewDependencyUpdater = engine.NewDependencyUpdater
View Source
var NewImpactAnalyzer = engine.NewImpactAnalyzer
View Source
var NewMigrationPlanner = engine.NewMigrationPlanner
View Source
var NewProjectAnalyzer = engine.NewProjectAnalyzer
View Source
var NewProjectSnapshotCache = engine.NewProjectSnapshotCache
View Source
var NewReleaseManager = engine.NewReleaseManager
View Source
var ParseConventionalCommit = engine.ParseConventionalCommit
View Source
var ParseSemver = engine.ParseSemver
View Source
var UpdateVersionFile = engine.UpdateVersionFile
Functions ¶
This section is empty.
Types ¶
type ChangeEntry ¶
type ChangeEntry = engine.ChangeEntry
type Convention ¶
type Convention = engine.Convention
type ConventionSet ¶
type ConventionSet = engine.ConventionSet
type Dependency ¶
type Dependency = engine.Dependency
type DependencyUpdater ¶
type DependencyUpdater = engine.DependencyUpdater
type ImpactAnalysis ¶
type ImpactAnalysis = engine.ImpactAnalysis
type ImpactAnalyzer ¶
type ImpactAnalyzer = engine.ImpactAnalyzer
type MigrationPlan ¶
type MigrationPlan = engine.MigrationPlan
type MigrationPlanner ¶
type MigrationPlanner = engine.MigrationPlanner
type MigrationResult ¶
type MigrationResult = engine.MigrationResult
type MigrationStep ¶
type MigrationStep = engine.MigrationStep
type ModuleInfo ¶
type ModuleInfo = engine.ModuleInfo
type ProjectAnalysis ¶
type ProjectAnalysis = engine.ProjectAnalysis
type ProjectAnalyzer ¶
type ProjectAnalyzer = engine.ProjectAnalyzer
type ProjectSnapshot ¶
type ProjectSnapshot = engine.ProjectSnapshot
type ProjectSnapshotCache ¶
type ProjectSnapshotCache = engine.ProjectSnapshotCache
type ReleaseManager ¶
type ReleaseManager = engine.ReleaseManager
type ReleaseStats ¶
type ReleaseStats = engine.ReleaseStats
type UpdatePlan ¶
type UpdatePlan = engine.UpdatePlan
Click to show internal directories.
Click to hide internal directories.