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

     1  package baseactioninf
     2  
     3  type Executor interface {
     4  	Execute() error
     5  }