Example #1
0
File: master.go Project: banduk/apm
func (master *Master) delete(proc *process.Proc) error {
	return proc.Delete()
}