mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-04-27 13:12:34 +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 int32
|
|
Name string
|
|
Age int32
|
|
}
|