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 11b0ba6 commit 29152ebCopy full SHA for 29152eb
pkg/codefresh/argo_runtime.go
@@ -27,7 +27,6 @@ type (
27
Data struct {
28
Runtime model.RuntimeCreationResponse
29
}
30
- // TODO: Errors
31
32
)
33
@@ -37,7 +36,7 @@ func newArgoRuntimeAPI(codefresh *codefresh) IArgoRuntimeAPI {
37
36
38
func (r *argoRuntime) Create(runtimeName string) (*model.RuntimeCreationResponse, error) { // TODO: should also return error
39
type forJsonData interface{}
40
-
+
41
// the newlines are necessary
42
var interpolatedMutation forJsonData = fmt.Sprintf("mutation {\n runtime(name: \"%s\") {\n id\n newAccessToken\n }\n}\n", runtimeName)
43
0 commit comments