Skip to content

Instantly share code, notes, and snippets.

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