mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 19:38:59 +00:00
6 lines
121 B
Go
6 lines
121 B
Go
package server
|
|
|
|
type Executor interface {
|
|
execute(ctx *ExecutionContext, pullCtx *PullRequestContext) ExecutionResult
|
|
}
|