Documentation
¶
Index ¶
Constants ¶
View Source
const CreateUser = `` /* 165-byte string literal not displayed */
View Source
const GetUsers = `-- name: GetUsers :one
select id, name, email, hashpassword, created_at, updated_at
from users
where $1 = $1
`
View Source
const ListUsers = `-- name: ListUsers :many
select id, name, email, hashpassword, created_at, updated_at
from users
`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateUserParams ¶
Click to show internal directories.
Click to hide internal directories.