package
2.2.0+incompatible
Repository: https://github.com/erda-project/erda.git
Documentation: pkg.go.dev

# README

使用方式

  • 明确需要调节的类型 (tune type),目前支持 pipeline / task
  • 进入对应插件目录
  • 在 plugins 目录下新建目录,开发你的插件,参考 echo 插件
  • 在 conf/pipeline/pipeline.yaml 中编排你的插件

# Packages

No description provided by the author
No description provided by the author

# Functions

Handle 外部调用统一入口.
No description provided by the author
NewContextForPipeline 用于快速构造流水线 AOP 上下文.
NewContextForTask 用于快速构任务 AOP 上下文.
No description provided by the author
RegisterTunePoint register tunePoint.

# Type aliases

TuneConfigs Save the TunePointName of all types of call chains under different trigger.