Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type CQ struct + func New(options ...Option) *CQ + func (cq *CQ) Analyze(req CQRequest, userID string) (uint64, error) + func (cq *CQ) GenerateCQPipeline4Go(req CQRequest, userID string) (uint64, error) + func (cq *CQ) TriggerByMR(mr apistructs.MergeRequestInfo) (uint64, error) + type CQRequest struct + AppID uint64 + Commit string + Language Language + type Language string + var LanguageGo Language = "go" + var LanguageJava Language = "java" + var LanguageJs Language = "javascript" + type MRCQRequest struct + MRInfo apistructs.MergeRequestInfo + type Option func(*CQ) + func WithBranchRule(svc *branchrule.BranchRule) Option + func WithBundle(bdl *bundle.Bundle) Option + func WithPipelineSvc(svc pipelinepb.PipelineServiceServer) Option