Closed carolove closed 6 years ago
https://github.com/cuigh/auxo/blob/b91461fc84a096dda87d7fd4403bcde63836176a/db/gsd/criteria.go#L284
func (c SimpleCriteriaSet) add(col interface{}, t int, val interface{}) SimpleCriteriaSet { c.Items = append(c.Items, &OneColumnCriteria{ Column: c.toColumn(col), Type: t, Value: val, }) return c }
https://github.com/cuigh/auxo/blob/b91461fc84a096dda87d7fd4403bcde63836176a/db/gsd/criteria.go#L284
func (c SimpleCriteriaSet) add(col interface{}, t int, val interface{}) SimpleCriteriaSet { c.Items = append(c.Items, &OneColumnCriteria{ Column: c.toColumn(col), Type: t, Value: val, }) return c }