(ctx context.Context, slug string)
| 14 | CreateVenue(ctx context.Context, arg CreateVenueParams) (sql.Result, error) |
| 15 | DeleteVenue(ctx context.Context, arg DeleteVenueParams) error |
| 16 | GetCity(ctx context.Context, slug string) (City, error) |
| 17 | GetVenue(ctx context.Context, arg GetVenueParams) (Venue, error) |
| 18 | ListCities(ctx context.Context) ([]City, error) |
| 19 | ListVenues(ctx context.Context, city string) ([]Venue, error) |
no outgoing calls