Beispiel #1
0
func (m *MgoQuestionStore) UpdateContent(q *model.Question) error {
	q.SetUpdated()
	return m.c.UpdateId(q.ID, q.GetUpdateContentMap())
}