16 lines
220 B
Go
16 lines
220 B
Go
// Code generated by sqlc. DO NOT EDIT.
|
|
// versions:
|
|
// sqlc v1.30.0
|
|
|
|
package db
|
|
|
|
import (
|
|
"github.com/jackc/pgx/v5/pgtype"
|
|
)
|
|
|
|
type FoodItem struct {
|
|
Guid pgtype.UUID
|
|
Title string
|
|
Description string
|
|
}
|