mirror of
https://github.com/1f349/site-hosting.git
synced 2024-11-09 22:42:58 +00:00
14 lines
210 B
Go
14 lines
210 B
Go
|
// Code generated by sqlc. DO NOT EDIT.
|
||
|
// versions:
|
||
|
// sqlc v1.25.0
|
||
|
|
||
|
package database
|
||
|
|
||
|
import ()
|
||
|
|
||
|
type Site struct {
|
||
|
ID int32 `json:"id"`
|
||
|
Domain string `json:"domain"`
|
||
|
Token string `json:"token"`
|
||
|
}
|