Documentation
¶
Index ¶
Constants ¶
View Source
const (
OwnerIDKey = "owner_id"
)
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 ¶ added in v0.0.24
func Rules() contractpkg.QueryParamRules
Types ¶
type Core ¶
func ApplyCore ¶
func ApplyCore(c *Core, modifiers ...CoreOption) Core
func (*Core) GetOwnerID ¶
func (*Core) SetOwnerID ¶
type CoreOption ¶
type CoreOption = contracti.CoreOption[Core]
func WithOwnerID ¶
func WithOwnerID(x contract.ID) 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.