Files
2024-11-20 23:09:25 +01:00

11 lines
131 B
Go

// Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.27.0
package sqlc
type Pet struct {
ID int32
Name string
}