10 lines
132 B
Go
10 lines
132 B
Go
package repository
|
|
|
|
import (
|
|
"github.com/zepyrshut/rating-orama/internal/sqlc"
|
|
)
|
|
|
|
type ExtendedQuerier interface {
|
|
sqlc.Querier
|
|
}
|