-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathmodels.go
More file actions
37 lines (34 loc) · 788 Bytes
/
models.go
File metadata and controls
37 lines (34 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.22.0
package querytest
import (
"github.com/jackc/pgx/v5/pgtype"
)
type GoKeyword struct {
Break pgtype.Text
Default pgtype.Text
Func pgtype.Text
Interface pgtype.Text
Select pgtype.Text
Case pgtype.Text
Defer pgtype.Text
Go pgtype.Text
Map pgtype.Text
Struct pgtype.Text
Chan pgtype.Text
Else pgtype.Text
Goto pgtype.Text
Package pgtype.Text
Switch pgtype.Text
Const pgtype.Text
Fallthrough pgtype.Text
If pgtype.Text
Range pgtype.Text
Type pgtype.Text
Continue pgtype.Text
For pgtype.Text
Import pgtype.Text
Return pgtype.Text
Var pgtype.Text
}