Versions in this module Expand all Collapse all v51 v51.0.0 Jan 27, 2021 Changes in this version + func GetPackages(dir string) ([]string, error) + type BreakingChanges struct + Consts map[string]delta.Signature + Funcs map[string]delta.FuncSig + Interfaces map[string]delta.InterfaceDef + Removed *delta.Content + Structs map[string]delta.StructDef + func (bc BreakingChanges) Count() int + func (bc BreakingChanges) IsEmpty() bool + type CommitPkgReport struct + BreakingChanges []string + CommitsReports map[string]Package + func (c CommitPkgReport) HasAdditiveChanges() bool + func (c CommitPkgReport) HasBreakingChanges() bool + func (c CommitPkgReport) IsEmpty() bool + type CommitPkgsReport struct + AffectedPackages map[string]PkgsList + BreakingChanges []string + CommitsReports map[string]PkgsReport + func (c *CommitPkgsReport) UpdateAffectedPackages(commit string, r PkgsReport) + func (c CommitPkgsReport) HasAdditiveChanges() bool + func (c CommitPkgsReport) HasBreakingChanges() bool + func (c CommitPkgsReport) IsEmpty() bool + type GenerationOption struct + OnlyAdditiveChanges bool + OnlyBreakingChanges bool + type ModifiedPackages map[string]Package + func (m ModifiedPackages) HasAdditiveChanges() bool + func (m ModifiedPackages) HasBreakingChanges() bool + func (m ModifiedPackages) IsEmpty() bool + type Package struct + AdditiveChanges *delta.Content + BreakingChanges *BreakingChanges + func Generate(lhs, rhs exports.Content, option *GenerationOption) Package + func (p Package) HasAdditiveChanges() bool + func (p Package) HasBreakingChanges() bool + func (p Package) IsEmpty() bool + func (p Package) ToMarkdown() string + type PkgsList []string + type PkgsReport struct + AddedPackages PkgsList + ModifiedPackages ModifiedPackages + RemovedPackages PkgsList + func (r *PkgsReport) ToMarkdown(version string) string + func (r PkgsReport) HasAdditiveChanges() bool + func (r PkgsReport) HasBreakingChanges() bool + func (r PkgsReport) IsEmpty() bool + type Status interface + HasAdditiveChanges func() bool + HasBreakingChanges func() bool + IsEmpty func() bool Other modules containing this package github.com/pmalek-sumo/azure-sdk-for-go