Skip to content

Commit 8c2b5f0

Browse files
committed
Update README.md
1 parent cfd2017 commit 8c2b5f0

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,29 @@ Below is an example output from running breakcheck against the datadog-agent rep
2424

2525
```
2626
$ breakcheck --base=HEAD~40
27+
28+
pkg/logs/config:
29+
30+
• Removed:
31+
< integration_config.go:17@HEAD~40:
32+
const ContainerdType
33+
2734
pkg/util/clusteragent:
2835
29-
Removed struct field "ClusterAgentAPIEndpoint":
30-
- clusteragent.go:42@HEAD~40:
36+
Struct field "ClusterAgentAPIEndpoint" removed in struct "DCAClient":
37+
< clusteragent.go:42@HEAD~40:
3138
struct DCAClient
32-
- clusteragent.go:57:
39+
> clusteragent.go:57:
3340
struct DCAClient
3441
35-
• Struct field "ClusterAgentVersion" type changed from string to version.Version:
36-
- clusteragent.go:42@HEAD~40:
42+
• Struct field "ClusterAgentVersion" type changed from "string" to "version.Version":
43+
< clusteragent.go:42@HEAD~40:
3744
struct DCAClient
3845
39-
• Return value (0) changed from *DCAClient to DCAClientInterface:
40-
- clusteragent.go:60@HEAD~40:
46+
• Function return value (0) type changed from "*DCAClient" to "DCAClientInterface":
47+
< clusteragent.go:60@HEAD~40:
4148
func GetClusterAgentClient() (*DCAClient, error)
42-
- clusteragent.go:75:
49+
> clusteragent.go:75:
4350
func GetClusterAgentClient() (DCAClientInterface, error)
4451
```
4552

0 commit comments

Comments
 (0)