Documentation
¶
Index ¶
- type AddCommentParams
- type Comment
- type DBTX
- type DeleteCommentParams
- type GetCommentParams
- type ListCommentsParams
- type Queries
- func (q *Queries) AddComment(ctx context.Context, arg AddCommentParams) (Comment, error)
- func (q *Queries) DeleteComment(ctx context.Context, arg DeleteCommentParams) (int64, error)
- func (q *Queries) GetComment(ctx context.Context, arg GetCommentParams) (Comment, error)
- func (q *Queries) ListComments(ctx context.Context, arg ListCommentsParams) ([]Comment, error)
- func (q *Queries) SetCommentResolved(ctx context.Context, arg SetCommentResolvedParams) (int64, error)
- func (q *Queries) UpdateCommentBody(ctx context.Context, arg UpdateCommentBodyParams) (int64, error)
- func (q *Queries) WithTx(tx *sql.Tx) *Queries
- type SetCommentResolvedParams
- type UpdateCommentBodyParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddCommentParams ¶
type DeleteCommentParams ¶
type GetCommentParams ¶
type ListCommentsParams ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) AddComment ¶
func (*Queries) DeleteComment ¶
func (*Queries) GetComment ¶
func (*Queries) ListComments ¶
func (*Queries) SetCommentResolved ¶
func (*Queries) UpdateCommentBody ¶
type UpdateCommentBodyParams ¶
Click to show internal directories.
Click to hide internal directories.