Skip to content

Instantly share code, notes, and snippets.

@waterlink
Created December 5, 2016 23:34
Show Gist options
  • Save waterlink/5c9ba91b29ab78516bf8a1bfc0d498ef to your computer and use it in GitHub Desktop.
Save waterlink/5c9ba91b29ab78516bf8a1bfc0d498ef to your computer and use it in GitHub Desktop.
class UserSearch {
func search(id : UserId): [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