Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalysisResult ¶
type ChangeType ¶
type ChangeType string
const ( ChangeTypeAdded ChangeType = "added" // 新增 ChangeTypeRemoved ChangeType = "removed" // 移除 ChangeTypeModified ChangeType = "modified" // 修改 )
Click to show internal directories.
Click to hide internal directories.