Documentation ¶
Index ¶
Constants ¶
View Source
const CreateURL = `` /* 131-byte string literal not displayed */
View Source
const DeleteURL = `-- name: DeleteURL :exec
UPDATE urls
SET DELETED_AT = NOW()
WHERE alias = $1
AND deleted_at IS NULL
`
View Source
const GetURLFromAlias = `` /* 147-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateURLParams ¶
Click to show internal directories.
Click to hide internal directories.