Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArticleParam ¶
type ArticleParam struct { ID int64 `param:"id" json:"id" db:"id"` Author string `param:"author" json:"author" db:"author"` Title string `param:"title" json:"title" db:"title"` Body string `param:"body" json:"body" db:"body"` CreatedAt sql.NullTime `param:"created_at" json:"created_at" db:"created_at"` SortBy []string `param:"sort_by" db:"sort_by" json:"sort_by"` Page int64 `param:"page" db:"page" json:"page"` Limit int64 `param:"limit" db:"limit" json:"limit"` }
type CacheControl ¶
type CacheControl struct {
MustRevalidate bool
}
type CreateArticleParam ¶
Click to show internal directories.
Click to hide internal directories.