We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addbf48 commit cf4e65cCopy full SHA for cf4e65c
pkg/codefresh/argo.go
@@ -14,7 +14,7 @@ type (
14
}
15
16
argo struct {
17
- codefresh Codefresh
+ codefresh codefresh
18
19
20
IntegrationItem struct {
@@ -50,7 +50,7 @@ type (
50
51
)
52
53
-func newArgoAPI(codefresh Codefresh) ArgoAPI {
+func newArgoAPI(codefresh codefresh) ArgoAPI {
54
return &argo{codefresh}
55
56
pkg/codefresh/cluster.go
@@ -9,7 +9,7 @@ type (
9
10
11
cluster struct {
12
13
Cluster struct {
@@ -31,7 +31,7 @@ type (
31
32
33
34
-func newClusterAPI(codefresh Codefresh) IClusterAPI {
+func newClusterAPI(codefresh codefresh) IClusterAPI {
35
return &cluster{codefresh}
36
37
0 commit comments