go-project-template/db/models.go

14 lines
166 B
Go
Raw Normal View History

2024-05-05 22:10:32 +00:00
// Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.20.0
package db
import ()
2024-07-25 05:13:23 +00:00
type User struct {
ID int32
IdpSub string
Username string
2024-05-05 22:10:32 +00:00
}