Documentation
¶
Index ¶
- type DBTX
- type FindFoodPostsByDateRangeParams
- type FoodPost
- type InsertFoodPostParams
- type Queries
- func (q *Queries) FindFoodPostByMessageId(ctx context.Context, messageID int64) (FoodPost, error)
- func (q *Queries) FindFoodPostsByDateRange(ctx context.Context, arg FindFoodPostsByDateRangeParams) ([]FoodPost, error)
- func (q *Queries) InsertFoodPost(ctx context.Context, arg InsertFoodPostParams) (int64, error)
- func (q *Queries) UpdateFoodPostSetPhoto(ctx context.Context, arg UpdateFoodPostSetPhotoParams) (int64, error)
- func (q *Queries) WithTx(tx pgx.Tx) *Queries
- type UpdateFoodPostSetPhotoParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InsertFoodPostParams ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) FindFoodPostByMessageId ¶
func (*Queries) FindFoodPostsByDateRange ¶
func (*Queries) InsertFoodPost ¶
func (*Queries) UpdateFoodPostSetPhoto ¶
Click to show internal directories.
Click to hide internal directories.