File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -24,22 +24,29 @@ Below is an example output from running breakcheck against the datadog-agent rep
24
24
25
25
```
26
26
$ breakcheck --base=HEAD~40
27
+
28
+ pkg/logs/config:
29
+
30
+ • Removed:
31
+ < integration_config.go:17@HEAD~40:
32
+ const ContainerdType
33
+
27
34
pkg/util/clusteragent:
28
35
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:
31
38
struct DCAClient
32
- - clusteragent.go:57:
39
+ > clusteragent.go:57:
33
40
struct DCAClient
34
41
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:
37
44
struct DCAClient
38
45
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:
41
48
func GetClusterAgentClient() (*DCAClient, error)
42
- - clusteragent.go:75:
49
+ > clusteragent.go:75:
43
50
func GetClusterAgentClient() (DCAClientInterface, error)
44
51
```
45
52
You can’t perform that action at this time.
0 commit comments