mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 18:08:51 +00:00
6 lines
117 B
Go
6 lines
117 B
Go
package main
|
|
|
|
type Executor interface {
|
|
execute(ctx *ExecutionContext, prCtx *PullRequestContext) ExecutionResult
|
|
}
|