예제 #1
0
파일: etcd_db.go 프로젝트: cloudfoundry/bbs
func TaskSchemaPath(task *models.Task) string {
	return TaskSchemaPathByGuid(task.GetTaskGuid())
}