gitlab.com/evatix-go/core@v1.3.55/coreinterface/baseactioninf/ExecutorExecutioner.go (about)

     1  package baseactioninf
     2  
     3  type ExecutorExecutioner interface {
     4  	Run(executors ...Executor) error
     5  	MustRun(executors ...Executor)
     6  }