示例#1
0
文件: master.go 项目: banduk/apm
func (master *Master) delete(proc *process.Proc) error {
	return proc.Delete()
}