Skip to content

Instantly share code, notes, and snippets.

@waterlink
Created December 5, 2016 23:36
Show Gist options
  • Save waterlink/bbfce5c409bf55f7b41e6cc586c8b9c2 to your computer and use it in GitHub Desktop.
Save waterlink/bbfce5c409bf55f7b41e6cc586c8b9c2 to your computer and use it in GitHub Desktop.
class UserSearch {
// all other search_* methods were removed
func search(query : Query): [User] {
// .. we somehow use the database gateway here to search
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment