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