(ctx context.Context, arg UpdateCityNameParams)
| 18 | ListCities(ctx context.Context) ([]City, error) |
| 19 | ListVenues(ctx context.Context, city string) ([]Venue, error) |
| 20 | UpdateCityName(ctx context.Context, arg UpdateCityNameParams) error |
| 21 | UpdateVenueName(ctx context.Context, arg UpdateVenueNameParams) error |
| 22 | VenueCountByCity(ctx context.Context) ([]VenueCountByCityRow, error) |
| 23 | } |
no outgoing calls