full argo yaml, NEED TO BE TESTED

This commit is contained in:
pb
2024-05-07 19:45:20 +02:00
parent a4a8f8cb51
commit 567caf3b07
4 changed files with 90 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
package main
type Parameter struct {
Name string `yaml:"name"`
Name string `yaml:"name,omitempty"`
Value string `yaml:"value,omitempty"`
}