fix pipeline input support any type
Signed-off-by: zhuxiaoyang <sunzhu@yunify.com>
This commit is contained in:
@@ -741,7 +741,7 @@ type CreateScmServerReq struct {
|
|||||||
|
|
||||||
type CheckPlayloadParameters struct {
|
type CheckPlayloadParameters struct {
|
||||||
Name string `json:"name,omitempty" description:"name"`
|
Name string `json:"name,omitempty" description:"name"`
|
||||||
Value string `json:"value,omitempty" description:"value"`
|
Value interface{} `json:"value,omitempty" description:"value"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Getcrumb
|
// Getcrumb
|
||||||
|
|||||||
Reference in New Issue
Block a user