mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-05-31 11:42:25 +00:00
14 lines
158 B
Go
14 lines
158 B
Go
// Code generated by sqlc. DO NOT EDIT.
|
|
// versions:
|
|
// sqlc v1.14.0
|
|
|
|
package sqlcgen
|
|
|
|
import ()
|
|
|
|
type User struct {
|
|
ID int64
|
|
Name string
|
|
Age int32
|
|
}
|