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