示例#1
0
文件: etcd_db.go 项目: timani/bbs
func TaskSchemaPath(task *models.Task) string {
	return TaskSchemaPathByGuid(task.GetTaskGuid())
}