13 lines
166 B
Go
13 lines
166 B
Go
// Code generated by sqlc. DO NOT EDIT.
|
|
// versions:
|
|
// sqlc v1.20.0
|
|
|
|
package db
|
|
|
|
import ()
|
|
|
|
type User struct {
|
|
ID int32
|
|
IdpSub string
|
|
Username string
|
|
}
|