fix: add group method to EngineFactory

pull/3/head v1.0.0
Raphaël 2020-02-26 15:53:21 +01:00 committed by GitHub
parent 67474cee24
commit c500ff31d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -13,4 +13,5 @@ type EngineFactory interface {
Related(string) *GoogleSearch
Ext(string) *GoogleSearch
Exclude(string) *GoogleSearch
Group(string) *GoogleSearch
}