Skip to content

Instantly share code, notes, and snippets.

@waterlink
Created December 5, 2016 23:35
Show Gist options
  • Save waterlink/18fbe262b2789792411052c7541146f5 to your computer and use it in GitHub Desktop.
Save waterlink/18fbe262b2789792411052c7541146f5 to your computer and use it in GitHub Desktop.
class UserSearch {
// ...
func search_by_email(email : Email): [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