1
This commit is contained in:
@@ -14,3 +14,7 @@ var Poi = new(poi)
|
||||
func (c *poi) Search(ctx context.Context, req *dto.SearchPoiReq) (res *dto.SearchPoiRes, err error) {
|
||||
return service.PoiService.Search(ctx, req)
|
||||
}
|
||||
|
||||
func (c *poi) Suggest(ctx context.Context, req *dto.SuggestPoiReq) (res *dto.SuggestPoiRes, err error) {
|
||||
return service.PoiService.Suggest(ctx, req)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user