(ctx context.Context)
| 20 | UpdateCityName(ctx context.Context, arg UpdateCityNameParams) error |
| 21 | UpdateVenueName(ctx context.Context, arg UpdateVenueNameParams) error |
| 22 | VenueCountByCity(ctx context.Context) ([]VenueCountByCityRow, error) |
| 23 | } |
| 24 | |
| 25 | var _ Querier = (*Queries)(nil) |
no outgoing calls