full argo yaml, NEED TO BE TESTED
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
type Parameter struct {
|
||||
Name string `yaml:"name"`
|
||||
Name string `yaml:"name,omitempty"`
|
||||
Value string `yaml:"value,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user