sorarebuddy/model/team.sql.go

19 lines
342 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 ()
type CreateTeamsParams struct {
Slug string
DisplayName string
CountrySlug string
DomesticLeagueSlug *string
ShortName string
PictureUrl string
TeamType string
}