Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type CDP struct + func New(options ...Option) *CDP + func (cdp *CDP) CdpNotifyProcess(pipelineEvent *apistructs.PipelineInstanceEvent) error + type Option func(*CDP) + func WithBundle(bdl *bundle.Bundle) Option + func WithOrg(org org.Interface) Option + func WithResourceTranslator(resourceTrans i18n.Translator) Option