2026-02-19 10:21:27 +00:00
|
|
|
// Code generated by sqlc. DO NOT EDIT.
|
|
|
|
|
// versions:
|
2026-02-19 11:29:44 +00:00
|
|
|
// sqlc v1.28.0
|
2026-02-19 10:21:27 +00:00
|
|
|
|
2026-02-19 11:29:44 +00:00
|
|
|
package sqlgen
|
2026-02-19 10:21:27 +00:00
|
|
|
|
|
|
|
|
type Post struct {
|
|
|
|
|
ID int64
|
|
|
|
|
SiteID int64
|
|
|
|
|
Guid string
|
|
|
|
|
Title string
|
|
|
|
|
Body string
|
|
|
|
|
Slug string
|
|
|
|
|
CreatedAt int64
|
|
|
|
|
PublishedAt int64
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type PublishTarget struct {
|
2026-02-19 11:29:44 +00:00
|
|
|
ID int64
|
|
|
|
|
SiteID int64
|
|
|
|
|
TargetType int64
|
|
|
|
|
BaseUrl string
|
|
|
|
|
TargetRef string
|
|
|
|
|
TargetKey string
|
2026-02-19 10:21:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type Site struct {
|
|
|
|
|
ID int64
|
|
|
|
|
OwnerID int64
|
|
|
|
|
Title string
|
|
|
|
|
Tagline string
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type User struct {
|
|
|
|
|
ID int64
|
|
|
|
|
Username string
|
|
|
|
|
Password string
|
|
|
|
|
}
|