Files
Sipro-Marketplaces/internal/test/db/generated/models.go
2025-04-13 20:27:20 +03:00

11 lines
132 B
Go

// Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.28.0
package test
type Test struct {
ID int32
Data string
}