Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegisterAsGroupOption ¶
type RegisterAsGroupOption struct {
// contains filtered or unexported fields
}
func WithRegisterAsGroupOption ¶
func WithRegisterAsGroupOption(asGroup bool) RegisterAsGroupOption
func (RegisterAsGroupOption) ConfigRegisterOption ¶
func (opt RegisterAsGroupOption) ConfigRegisterOption(opts *RegisterOptions)
type RegisterCatAppidOption ¶
type RegisterCatAppidOption struct {
// contains filtered or unexported fields
}
func WithRegisterCatAppIdOption ¶
func WithRegisterCatAppIdOption(catAppId bool) RegisterCatAppidOption
func (RegisterCatAppidOption) ConfigRegisterOption ¶
func (opt RegisterCatAppidOption) ConfigRegisterOption(opts *RegisterOptions)
type RegisterOption ¶
type RegisterOption interface {
ConfigRegisterOption(opts *RegisterOptions)
}
type RegisterOptions ¶
type WhereMaxCountOption ¶
type WhereMaxCountOption struct {
// contains filtered or unexported fields
}
func WithWhereMaxCountOption ¶
func WithWhereMaxCountOption(count int) WhereMaxCountOption
func (WhereMaxCountOption) ConfigWhereOption ¶
func (opt WhereMaxCountOption) ConfigWhereOption(opts *WhereOptions)
type WhereOption ¶
type WhereOption interface {
ConfigWhereOption(opts *WhereOptions)
}
type WhereRegexOption ¶
type WhereRegexOption struct {
// contains filtered or unexported fields
}
func WithWhereRegexOption ¶
func WithWhereRegexOption(regex string) WhereRegexOption
func (WhereRegexOption) ConfigWhereOption ¶
func (opt WhereRegexOption) ConfigWhereOption(opts *WhereOptions)
Click to show internal directories.
Click to hide internal directories.