// Code generated by sqlc. DO NOT EDIT. // versions: // sqlc v1.14.0 package sqlcgen import () type User struct { ID int32 Name string Age int32 }