예제 #1
0
파일: master.go 프로젝트: banduk/apm
func (master *Master) delete(proc *process.Proc) error {
	return proc.Delete()
}