18 lines
286 B
Go
18 lines
286 B
Go
// Code generated by sqlc. DO NOT EDIT.
|
|
// versions:
|
|
// sqlc v1.28.0
|
|
|
|
package db
|
|
|
|
import (
|
|
"github.com/jackc/pgx/v5/pgtype"
|
|
)
|
|
|
|
type Marketplace struct {
|
|
ID int32
|
|
BaseMarketplace int32
|
|
Name string
|
|
AuthData pgtype.Text
|
|
WarehouseID pgtype.Text
|
|
}
|