pipeline

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	CreatePipeline(env map[string]interface{}) (string, error)
	WithPipelineSvc(svc *pipeline.Pipeline)
	WithBranchRule(branchRule *branchrule.BranchRule)
}

type PipelineConfig

type PipelineConfig struct {
	PipelineYml    string
	PipelineYmlStr string
	AppID          uint64
	RefName        string
	UserID         string
	Path           string
	FileName       string
}

type PipelineRuleEnv

type PipelineRuleEnv struct {
	Content apistructs.GittarPushEventRequest `json:"content"`
	Config  *PipelineConfig                   `json:"pipelineConfig"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL