Home
last modified time | relevance | path

Searched refs:ChangeInfo (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-route53/include/aws/route53/model/
H A DChangeInfo.h33 class AWS_ROUTE53_API ChangeInfo
36 ChangeInfo();
37 ChangeInfo(const Aws::Utils::Xml::XmlNode& xmlNode);
38 ChangeInfo& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
83 inline ChangeInfo& WithId(const Aws::String& value) { SetId(value); return *this;} in WithId()
90 inline ChangeInfo& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} in WithId()
97 inline ChangeInfo& WithId(const char* value) { SetId(value); return *this;} in WithId()
128 inline ChangeInfo& WithStatus(const ChangeStatus& value) { SetStatus(value); return *this;} in WithStatus()
134 … inline ChangeInfo& WithStatus(ChangeStatus&& value) { SetStatus(std::move(value)); return *this;} in WithStatus()
220 inline ChangeInfo& WithComment(const Aws::String& value) { SetComment(value); return *this;} in WithComment()
[all …]
H A DEnableHostedZoneDNSSECResult.h36 inline const ChangeInfo& GetChangeInfo() const{ return m_changeInfo; } in GetChangeInfo()
39 inline void SetChangeInfo(const ChangeInfo& value) { m_changeInfo = value; } in SetChangeInfo()
42 inline void SetChangeInfo(ChangeInfo&& value) { m_changeInfo = std::move(value); } in SetChangeInfo()
45 …inline EnableHostedZoneDNSSECResult& WithChangeInfo(const ChangeInfo& value) { SetChangeInfo(value… in WithChangeInfo()
48 …inline EnableHostedZoneDNSSECResult& WithChangeInfo(ChangeInfo&& value) { SetChangeInfo(std::move(… in WithChangeInfo()
52 ChangeInfo m_changeInfo;
H A DDeactivateKeySigningKeyResult.h36 inline const ChangeInfo& GetChangeInfo() const{ return m_changeInfo; } in GetChangeInfo()
39 inline void SetChangeInfo(const ChangeInfo& value) { m_changeInfo = value; } in SetChangeInfo()
42 inline void SetChangeInfo(ChangeInfo&& value) { m_changeInfo = std::move(value); } in SetChangeInfo()
45 …inline DeactivateKeySigningKeyResult& WithChangeInfo(const ChangeInfo& value) { SetChangeInfo(valu… in WithChangeInfo()
48 …inline DeactivateKeySigningKeyResult& WithChangeInfo(ChangeInfo&& value) { SetChangeInfo(std::move… in WithChangeInfo()
52 ChangeInfo m_changeInfo;
H A DDeleteHostedZoneResult.h45 inline const ChangeInfo& GetChangeInfo() const{ return m_changeInfo; } in GetChangeInfo()
51 inline void SetChangeInfo(const ChangeInfo& value) { m_changeInfo = value; } in SetChangeInfo()
57 inline void SetChangeInfo(ChangeInfo&& value) { m_changeInfo = std::move(value); } in SetChangeInfo()
63 …inline DeleteHostedZoneResult& WithChangeInfo(const ChangeInfo& value) { SetChangeInfo(value); ret… in WithChangeInfo()
69 …inline DeleteHostedZoneResult& WithChangeInfo(ChangeInfo&& value) { SetChangeInfo(std::move(value)… in WithChangeInfo()
73 ChangeInfo m_changeInfo;
H A DChangeResourceRecordSetsResult.h47 inline const ChangeInfo& GetChangeInfo() const{ return m_changeInfo; } in GetChangeInfo()
55 inline void SetChangeInfo(const ChangeInfo& value) { m_changeInfo = value; } in SetChangeInfo()
63 inline void SetChangeInfo(ChangeInfo&& value) { m_changeInfo = std::move(value); } in SetChangeInfo()
71 …inline ChangeResourceRecordSetsResult& WithChangeInfo(const ChangeInfo& value) { SetChangeInfo(val… in WithChangeInfo()
79 …inline ChangeResourceRecordSetsResult& WithChangeInfo(ChangeInfo&& value) { SetChangeInfo(std::mov… in WithChangeInfo()
83 ChangeInfo m_changeInfo;
H A DDeleteKeySigningKeyResult.h36 inline const ChangeInfo& GetChangeInfo() const{ return m_changeInfo; } in GetChangeInfo()
39 inline void SetChangeInfo(const ChangeInfo& value) { m_changeInfo = value; } in SetChangeInfo()
42 inline void SetChangeInfo(ChangeInfo&& value) { m_changeInfo = std::move(value); } in SetChangeInfo()
45 …inline DeleteKeySigningKeyResult& WithChangeInfo(const ChangeInfo& value) { SetChangeInfo(value); … in WithChangeInfo()
48 …inline DeleteKeySigningKeyResult& WithChangeInfo(ChangeInfo&& value) { SetChangeInfo(std::move(val… in WithChangeInfo()
52 ChangeInfo m_changeInfo;
H A DDisableHostedZoneDNSSECResult.h36 inline const ChangeInfo& GetChangeInfo() const{ return m_changeInfo; } in GetChangeInfo()
39 inline void SetChangeInfo(const ChangeInfo& value) { m_changeInfo = value; } in SetChangeInfo()
42 inline void SetChangeInfo(ChangeInfo&& value) { m_changeInfo = std::move(value); } in SetChangeInfo()
45 …inline DisableHostedZoneDNSSECResult& WithChangeInfo(const ChangeInfo& value) { SetChangeInfo(valu… in WithChangeInfo()
48 …inline DisableHostedZoneDNSSECResult& WithChangeInfo(ChangeInfo&& value) { SetChangeInfo(std::move… in WithChangeInfo()
52 ChangeInfo m_changeInfo;
H A DDisassociateVPCFromHostedZoneResult.h45 inline const ChangeInfo& GetChangeInfo() const{ return m_changeInfo; } in GetChangeInfo()
51 inline void SetChangeInfo(const ChangeInfo& value) { m_changeInfo = value; } in SetChangeInfo()
57 inline void SetChangeInfo(ChangeInfo&& value) { m_changeInfo = std::move(value); } in SetChangeInfo()
63 …inline DisassociateVPCFromHostedZoneResult& WithChangeInfo(const ChangeInfo& value) { SetChangeInf… in WithChangeInfo()
69 …inline DisassociateVPCFromHostedZoneResult& WithChangeInfo(ChangeInfo&& value) { SetChangeInfo(std… in WithChangeInfo()
73 ChangeInfo m_changeInfo;
/dports/sysutils/go-wtf/wtf-0.21.0/modules/gerrit/
H A Dgerrit_repo.go11 Changes *[]glb.ChangeInfo
13 IncomingReviews []glb.ChangeInfo
14 OutgoingReviews []glb.ChangeInfo
38 func (project *GerritProject) countReviews(changes *[]glb.ChangeInfo) int {
49 …ject *GerritProject) myOutgoingReviews(changes *[]glb.ChangeInfo, username string) []glb.ChangeInf…
50 var ors []glb.ChangeInfo
68 …ject *GerritProject) myIncomingReviews(changes *[]glb.ChangeInfo, username string) []glb.ChangeInf…
69 var irs []glb.ChangeInfo
88 func (project *GerritProject) loadChanges() (*[]glb.ChangeInfo, error) {
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/internal/gapicgen/git/
H A Dgit_test.go41 changes []*ChangeInfo
47 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
52 …changes: []*ChangeInfo{{Title: "feat!: breaking change", Body: "BREAKING CHANGE: The world is brea…
57 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}},
62 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}, {Title: "fix: baz", Body: "foo\nbar"…
67 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
73 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "baz"}},
78 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Body:…
83 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Bo…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/internal/gapicgen/generator/
H A Dgit_test.go41 changes []*ChangeInfo
47 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
52 …changes: []*ChangeInfo{{Title: "feat!: breaking change", Body: "BREAKING CHANGE: The world is brea…
57 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}},
62 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}, {Title: "fix: baz", Body: "foo\nbar"…
67 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
73 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "baz"}},
78 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Body:…
83 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Bo…
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/internal/gapicgen/git/
H A Dgit_test.go41 changes []*ChangeInfo
47 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
52 …changes: []*ChangeInfo{{Title: "feat!: breaking change", Body: "BREAKING CHANGE: The world is brea…
57 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}},
62 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}, {Title: "fix: baz", Body: "foo\nbar"…
67 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
73 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "baz"}},
78 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Body:…
83 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Bo…
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/internal/gapicgen/git/
H A Dgit_test.go41 changes []*ChangeInfo
47 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
52 …changes: []*ChangeInfo{{Title: "feat!: breaking change", Body: "BREAKING CHANGE: The world is brea…
57 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}},
62 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}, {Title: "fix: baz", Body: "foo\nbar"…
67 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
73 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "baz"}},
78 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Body:…
83 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Bo…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/cloud.google.com/go/internal/gapicgen/git/
H A Dgit_test.go41 changes []*ChangeInfo
47 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
52 …changes: []*ChangeInfo{{Title: "feat!: breaking change", Body: "BREAKING CHANGE: The world is brea…
57 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}},
62 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}, {Title: "fix: baz", Body: "foo\nbar"…
67 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
73 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "baz"}},
78 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Body:…
83 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Bo…
/dports/www/gohugo/hugo-0.91.2/vendor/cloud.google.com/go/internal/gapicgen/git/
H A Dgit_test.go41 changes []*ChangeInfo
47 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
52 …changes: []*ChangeInfo{{Title: "feat!: breaking change", Body: "BREAKING CHANGE: The world is brea…
57 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}},
62 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}, {Title: "fix: baz", Body: "foo\nbar"…
67 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
73 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "baz"}},
78 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Body:…
83 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Bo…
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/internal/gapicgen/git/
H A Dgit_test.go41 changes []*ChangeInfo
47 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
52 …changes: []*ChangeInfo{{Title: "feat!: breaking change", Body: "BREAKING CHANGE: The world is brea…
57 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}},
62 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}, {Title: "fix: baz", Body: "foo\nbar"…
67 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
73 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "baz"}},
78 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Body:…
83 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Bo…
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/cloud.google.com/go/internal/gapicgen/generator/
H A Dgit_test.go41 changes []*ChangeInfo
47 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
52 …changes: []*ChangeInfo{{Title: "feat!: breaking change", Body: "BREAKING CHANGE: The world is brea…
57 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}},
62 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}, {Title: "fix: baz", Body: "foo\nbar"…
67 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
73 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "baz"}},
78 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Body:…
83 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Bo…
/dports/sysutils/restic/google-cloud-go-storage-v1.16.0/internal/gapicgen/git/
H A Dgit_test.go41 changes []*ChangeInfo
47 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
52 …changes: []*ChangeInfo{{Title: "feat!: breaking change", Body: "BREAKING CHANGE: The world is brea…
57 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}},
62 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}, {Title: "fix: baz", Body: "foo\nbar"…
67 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
73 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "baz"}},
78 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Body:…
83 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Bo…
/dports/sysutils/restic/restic-0.12.1/vendor/cloud.google.com/go/internal/gapicgen/git/
H A Dgit_test.go41 changes []*ChangeInfo
47 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
52 …changes: []*ChangeInfo{{Title: "feat!: breaking change", Body: "BREAKING CHANGE: The world is brea…
57 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}},
62 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}, {Title: "fix: baz", Body: "foo\nbar"…
67 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
73 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "baz"}},
78 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Body:…
83 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Bo…
/dports/databases/litestream/litestream-0.3.6/vendor/cloud.google.com/go/internal/gapicgen/generator/
H A Dgit_test.go41 changes []*ChangeInfo
47 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
52 …changes: []*ChangeInfo{{Title: "feat!: breaking change", Body: "BREAKING CHANGE: The world is brea…
57 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}},
62 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}, {Title: "fix: baz", Body: "foo\nbar"…
67 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
73 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "baz"}},
78 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Body:…
83 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Bo…
/dports/www/tusd/tusd-1.8.0/vendor/cloud.google.com/go/internal/gapicgen/git/
H A Dgit_test.go41 changes []*ChangeInfo
47 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
52 …changes: []*ChangeInfo{{Title: "feat!: breaking change", Body: "BREAKING CHANGE: The world is brea…
57 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}},
62 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}, {Title: "fix: baz", Body: "foo\nbar"…
67 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
73 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "baz"}},
78 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Body:…
83 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Bo…
/dports/www/tusd/google-cloud-go-storage-v1.18.2/internal/gapicgen/git/
H A Dgit_test.go41 changes []*ChangeInfo
47 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
52 …changes: []*ChangeInfo{{Title: "feat!: breaking change", Body: "BREAKING CHANGE: The world is brea…
57 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}},
62 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}, {Title: "fix: baz", Body: "foo\nbar"…
67 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
73 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "baz"}},
78 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Body:…
83 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Bo…
/dports/databases/litestream/google-cloud-go-storage-v1.15.0/internal/gapicgen/generator/
H A Dgit_test.go41 changes []*ChangeInfo
47 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
52 …changes: []*ChangeInfo{{Title: "feat!: breaking change", Body: "BREAKING CHANGE: The world is brea…
57 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}},
62 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}, {Title: "fix: baz", Body: "foo\nbar"…
67 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
73 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "baz"}},
78 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Body:…
83 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Bo…
/dports/www/grafana8/google-cloud-go-storage-v1.14.0/internal/gapicgen/generator/
H A Dgit_test.go41 changes []*ChangeInfo
47 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
52 …changes: []*ChangeInfo{{Title: "feat!: breaking change", Body: "BREAKING CHANGE: The world is brea…
57 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}},
62 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}, {Title: "fix: baz", Body: "foo\nbar"…
67 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
73 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "baz"}},
78 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Body:…
83 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Bo…
/dports/sysutils/terraform/terraform-1.0.11/vendor/cloud.google.com/go/internal/gapicgen/generator/
H A Dgit_test.go41 changes []*ChangeInfo
47 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
52 …changes: []*ChangeInfo{{Title: "feat!: breaking change", Body: "BREAKING CHANGE: The world is brea…
57 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}},
62 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar\nbaz"}, {Title: "fix: baz", Body: "foo\nbar"…
67 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar"}},
73 changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "baz"}},
78 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Body:…
83 …changes: []*ChangeInfo{{Title: "fix: foo", Body: "bar", Package: "foo"}, {Title: "fix: baz", Bo…

12345678910>>...14