options

package
v0.0.0-...-a39b875 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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 RegisterOptions struct {
	AsGroup  bool
	CatAppId bool
}

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 WhereOptions

type WhereOptions struct {
	MaxCount int
	Regex    string
}

where option

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL