Files
atlantis/server/executor.go
2017-09-17 18:04:03 -07:00

6 lines
74 B
Go

package server
type Executor interface {
Execute(ctx *CommandContext)
}