Documentation
¶
Index ¶
- type DBTX
- type GetWatchByNameAndUrlParams
- type InsertWatchParams
- type Queries
- func (q *Queries) DeleteWatch(ctx context.Context, id int64) error
- func (q *Queries) GetAllWatches(ctx context.Context) ([]Watch, error)
- func (q *Queries) GetWatchByNameAndUrl(ctx context.Context, arg GetWatchByNameAndUrlParams) (Watch, error)
- func (q *Queries) InsertWatch(ctx context.Context, arg InsertWatchParams) (Watch, error)
- func (q *Queries) UpdateWatch(ctx context.Context, arg UpdateWatchParams) (Watch, error)
- func (q *Queries) WithTx(tx *sql.Tx) *Queries
- type UpdateWatchParams
- type Watch
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InsertWatchParams ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) GetAllWatches ¶
func (*Queries) GetWatchByNameAndUrl ¶
func (*Queries) InsertWatch ¶
func (*Queries) UpdateWatch ¶
type UpdateWatchParams ¶
Click to show internal directories.
Click to hide internal directories.