Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type FindByHasStoryOptions ¶
type WhereOption ¶
type WhereOption func(opts *WhereOptions)
func WhereAllowMissed ¶
func WhereAllowMissed(allow bool) WhereOption
func WhereIs ¶
func WhereIs(status Status) WhereOption
func WhereNot ¶
func WhereNot(status Status) WhereOption
type WhereOptions ¶
func Where ¶
func Where(opts ...WhereOption) WhereOptions
func WhereNotSent ¶
func WhereNotSent() WhereOptions
Click to show internal directories.
Click to hide internal directories.