Documentation ¶
Index ¶
Constants ¶
View Source
const AddPinCmd = `INSERT INTO boards_pins(pin_id, board_id)
VALUES($1, $2);`
View Source
const RemovePinCmd = `DELETE FROM boards_pins
WHERE pin_id = $1 AND board_id = $2;`
Variables ¶
This section is empty.
Functions ¶
func NewPostgresRepository ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.