good morning!!!!

Skip to content
Snippets Groups Projects
Commit 6ee859ef authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Adding interface for grouping results by column (Group()).

parent 2bc5d99c
No related branches found
No related tags found
No related merge requests found
......@@ -297,6 +297,9 @@ type Result interface {
// Discards the initial filtering conditions and sets new ones.
Where(...interface{}) Result
// Groups results using a key.
Group(...interface{}) Result
// Removes all items within the result set.
Remove() error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment