未验证 提交 b84f2619 编写于 作者: S shaowenchen

add pipeline api

上级 1d48ca34
......@@ -190,3 +190,7 @@ type TimerTrigger struct {
type RemoteTrigger struct {
Token string `json:"token,omitempty" description:"remote trigger token"`
}
func init() {
SchemeBuilder.Register(&Pipeline{}, &PipelineList{})
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册