github.com/secure-build/gitlab-runner@v12.5.0+incompatible/executors/custom/process/killer.go (about)

     1  package process
     2  
     3  type Killer interface {
     4  	Terminate()
     5  	ForceKill()
     6  }