lint: missing a comment for service.Find

This commit is contained in:
Umputun
2019-02-10 16:46:21 -06:00
parent 13c511b1b0
commit 08ab725b3d
+1
View File
@@ -417,6 +417,7 @@ func (s *DataStore) SetMetas(siteID string, umetas []UserMetaData, pmetas []Post
return errs.ErrorOrNil()
}
// Find wraps engine's Find call and alter results if needed
func (s *DataStore) Find(locator store.Locator, sort string) ([]store.Comment, error) {
comments, err := s.Interface.Find(locator, sort)
if err != nil {