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