Versions in this module Expand all Collapse all v1 v1.0.0 Aug 2, 2022 Changes in this version + type Service struct + Cities map[string]haversine.Coord + DwpClient peopleClient + Logger logging.Logger + func (s Service) RetrievePeople(ctx context.Context) (dwp.People, error) + func (s Service) RetrievePeopleByCity(ctx context.Context, city string, distance int) (dwp.People, error)