Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TuneTriggerChains = map[aoptypes.TuneTrigger]aoptypes.TuneChain{ aoptypes.TuneTriggerPipelineBeforeExec: []aoptypes.TunePoint{ echo.New(), project.New(), scene_before.New(), }, aoptypes.TuneTriggerPipelineInQueuePrecheckBeforePop: []aoptypes.TunePoint{ precheck_before_pop.New(), }, aoptypes.TuneTriggerPipelineAfterExec: []aoptypes.TunePoint{ echo.New(), basic.New(), apitest_report.New(), scene_after.New(), }, }
TuneTriggerChains 保存流水线所有触发时机下的调用链
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.