adding inputs output struct based on argo naming for now^C
This commit is contained in:
parent
598774b0b1
commit
74a1f66d26
@ -9,6 +9,7 @@ type Artifact struct {
|
|||||||
type Param struct {
|
type Param struct {
|
||||||
Attr string `json:"attr" bson:"attr" validate:"required"`
|
Attr string `json:"attr" bson:"attr" validate:"required"`
|
||||||
Value string `json:"value,omitempty" bson:"value,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"`
|
Readonly bool `json:"readonly" bson:"readonly" default:"true"`
|
||||||
Optionnal bool `json:"optionnal" bson:"optionnal" default:"true"`
|
Optionnal bool `json:"optionnal" bson:"optionnal" default:"true"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user