Documentation
¶
Index ¶
- type Book
- type CreateBookParams
- type CreateHighlightParams
- type DBTX
- type Highlight
- type Queries
- func (q *Queries) CreateBook(ctx context.Context, arg CreateBookParams) (Book, error)
- func (q *Queries) CreateHighlight(ctx context.Context, arg CreateHighlightParams) (Highlight, error)
- func (q *Queries) GetBook(ctx context.Context, id int64) (Book, error)
- func (q *Queries) GetMostRecentlyUpdatedBook(ctx context.Context) (Book, error)
- func (q *Queries) ListBooks(ctx context.Context) ([]Book, error)
- func (q *Queries) WithTx(tx *sql.Tx) *Queries
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateBookParams ¶
type CreateHighlightParams ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) CreateBook ¶
func (*Queries) CreateHighlight ¶
func (*Queries) GetMostRecentlyUpdatedBook ¶
Click to show internal directories.
Click to hide internal directories.