package repository import "ron-pets/internal/sqlc" type ExtendedQuerier interface { sqlc.Querier }