Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StepNotifyEvent ¶
type StepNotifyEvent struct { StepKey string `json:"step_key"` NotifyParams map[string]string `json:"notify_params"` *pipeline.StepStatus }
type StepWebHookPusher ¶
type StepWebHookPusher interface {
Send(context.Context, []*pipeline.WebHook, *pipeline.Step) error
}
StepWebHooker step状态变化时,通知其他系统
func NewDefaultStepWebHookPusher ¶
func NewDefaultStepWebHookPusher() StepWebHookPusher
Click to show internal directories.
Click to hide internal directories.