mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 05:18:22 +00:00
6 lines
121 B
Go
6 lines
121 B
Go
package server
|
|
|
|
type Executor interface {
|
|
execute(ctx *ExecutionContext, pullCtx *PullRequestContext) ExecutionResult
|
|
}
|