示例#1
0
文件: store.go 项目: osipchuk/testing
func (m *MgoQuestionStore) Create(q *model.Question) error {
	q.SetNew()
	return m.c.Insert(q)
}