mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-30 01:37:59 +00:00
6 lines
74 B
Go
6 lines
74 B
Go
package server
|
|
|
|
type Executor interface {
|
|
Execute(ctx *CommandContext)
|
|
}
|