Skip to content

Instantly share code, notes, and snippets.

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