17 lines
292 B
Go
17 lines
292 B
Go
// Code generated by sqlc. DO NOT EDIT.
|
|
// versions:
|
|
// sqlc v1.26.0
|
|
|
|
package sql
|
|
|
|
import (
|
|
"context"
|
|
)
|
|
|
|
type Querier interface {
|
|
Insert(ctx context.Context, arg InsertParams) (UnpackHistory, error)
|
|
Latest(ctx context.Context) ([]UnpackHistory, error)
|
|
}
|
|
|
|
var _ Querier = (*Queries)(nil)
|