sorarebuddy/model/team.sql.go

19 lines
347 B
Go
Raw Normal View History

2024-03-21 05:34:38 +00:00
// Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.25.0
// source: team.sql
package model
import ()
2024-03-21 17:57:17 +00:00
type BatchInsertTeamsParams struct {
2024-03-21 05:34:38 +00:00
Slug string
DisplayName string
CountrySlug string
DomesticLeagueSlug *string
ShortName string
PictureUrl string
TeamType string
}