mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-02 20:58:35 +00:00
Repo owner, name => repoFullName PullID => PullNum to match GitHub API PR => Pull to match GitHub API and avoid writing PRID anywhere
6 lines
119 B
Go
6 lines
119 B
Go
package main
|
|
|
|
type Executor interface {
|
|
execute(ctx *ExecutionContext, pullCtx *PullRequestContext) ExecutionResult
|
|
}
|