This repository has been archived on 2025-09-25. You can view files and clone it, but cannot push or open issues or pull requests.
secret-santa/internal/queries/models.go

12 lines
248 B
Go

// Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.27.0
package queries
type User struct {
ID int64 `json:"id"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
Email string `json:"email"`
}