Skip to content

Instantly share code, notes, and snippets.

@zzerjae
Created October 31, 2020 08:16
Show Gist options
  • Save zzerjae/a666cd1ed7eefc0bfe89bc43c567bd1a to your computer and use it in GitHub Desktop.
Save zzerjae/a666cd1ed7eefc0bfe89bc43c567bd1a to your computer and use it in GitHub Desktop.
package worker
...
type Matched struct {
...
}
...
type DB interface {
FindMatchedUsers(title string, regionIdsByRange [][]int64) ([][]Matched, error)
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment