예제 #1
0
파일: store.go 프로젝트: osipchuk/testing
func (m *MgoQuestionStore) UpdateContent(q *model.Question) error {
	q.SetUpdated()
	return m.c.UpdateId(q.ID, q.GetUpdateContentMap())
}