adding inputs output struct based on argo naming for now^C
This commit is contained in:
@@ -7,7 +7,8 @@ type Artifact struct {
|
||||
}
|
||||
|
||||
type Param struct {
|
||||
Attr string `json:"attr" bson:"attr" validate:"required"`
|
||||
Name string `json:"name" bson:"name" validate:"required"`
|
||||
Attr string `json:"attr,omitempty" bson:"attr,omitempty"`
|
||||
Value string `json:"value,omitempty" bson:"value,omitempty"`
|
||||
Origin string `json:"origin,omitempty" bson:"origin,omitempty"`
|
||||
Readonly bool `json:"readonly" bson:"readonly" default:"true"`
|
||||
|
Reference in New Issue
Block a user