Created
October 31, 2020 08:17
-
-
Save zzerjae/82a9085ee7ee4134f4d1c50e2f06dbb7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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