Documentation
¶
Index ¶
Constants ¶
View Source
const (
TimezoneKey = "timezone"
)
Variables ¶
This section is empty.
Functions ¶
func Idx ¶ added in v0.0.30
func Idx() []contract.IndexEntry
func IdxSrch ¶ added in v0.0.30
func IdxSrch() []contract.SearchIndexEntry
func Rules ¶
func Rules() contractpkg.QueryParamRules
Types ¶
type Core ¶
type Core struct {
Timezone *string `json:"timezone" validate:"nnpt,nz,tz"`
}
func ApplyCore ¶
func ApplyCore(c *Core, modifiers ...CoreOption) Core
func (*Core) GetTimezone ¶
func (*Core) SetTimezone ¶
type CoreOption ¶
type CoreOption = contracti.CoreOption[Core]
func WithTimezone ¶
func WithTimezone(x string) CoreOption
type Meta ¶
type Meta struct{}
func ApplyMeta ¶
func ApplyMeta(m *Meta, modifiers ...MetaOption) Meta
type MetaOption ¶
type MetaOption = contract.MetaOption[Meta]
Click to show internal directories.
Click to hide internal directories.