11 lines
132 B
Go
Executable File
11 lines
132 B
Go
Executable File
// Code generated by sqlc. DO NOT EDIT.
|
|
// versions:
|
|
// sqlc v1.28.0
|
|
|
|
package test
|
|
|
|
type Test struct {
|
|
ID int32
|
|
Data string
|
|
}
|