Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Migrations embed.FS
Functions ¶
Types ¶
type Page ¶
type Page struct { PageID int32 `json:"page_id"` Title string `json:"title"` Slug string `json:"slug"` Content string `json:"content"` CreatedAt pgtype.Timestamptz `json:"created_at"` UpdatedAt pgtype.Timestamptz `json:"updated_at"` }
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) GetPageBySlug ¶
type SavePageParams ¶
Click to show internal directories.
Click to hide internal directories.