Documentation ¶
Overview ¶
Package strategy provides strategy for e2e testing functions
Package strategy provides strategy for e2e testing functions ¶
Package strategy provides strategy for e2e testing functions ¶
Package strategy provides strategy for e2e testing functions ¶
Package strategy provides strategy for e2e testing functions ¶
Package strategy provides strategy for e2e testing functions ¶
Package strategy provides strategy for e2e testing functions ¶
Package strategy provides strategy for e2e testing functions ¶
Package strategy provides strategy for e2e testing functions ¶
Package strategy provides strategy for e2e testing functions ¶
Package strategy provides strategy for e2e testing functions ¶
Package strategy provides strategy for e2e testing functions ¶
Package strategy provides strategy for e2e testing functions ¶
Package strategy provides strategy for e2e testing functions
Index ¶
- func NewCreateIndex(opts ...CreateIndexOption) e2e.Strategy
- func NewInsert(opts ...InsertOption) e2e.Strategy
- func NewRemove(opts ...RemoveOption) e2e.Strategy
- func NewSearch(opts ...SearchOption) e2e.Strategy
- func NewStreamInsert(opts ...StreamInsertOption) e2e.Strategy
- func NewStreamRemove(opts ...StreamRemoveOption) e2e.Strategy
- func NewStreamSearch(opts ...StreamSearchOption) e2e.Strategy
- type CreateIndexOption
- type InsertOption
- type RemoveOption
- type SearchOption
- type StreamInsertOption
- type StreamRemoveOption
- type StreamSearchOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateIndex ¶
func NewCreateIndex(opts ...CreateIndexOption) e2e.Strategy
func NewInsert ¶
func NewInsert(opts ...InsertOption) e2e.Strategy
func NewRemove ¶
func NewRemove(opts ...RemoveOption) e2e.Strategy
func NewSearch ¶
func NewSearch(opts ...SearchOption) e2e.Strategy
func NewStreamInsert ¶
func NewStreamInsert(opts ...StreamInsertOption) e2e.Strategy
func NewStreamRemove ¶
func NewStreamRemove(opts ...StreamRemoveOption) e2e.Strategy
func NewStreamSearch ¶
func NewStreamSearch(opts ...StreamSearchOption) e2e.Strategy
Types ¶
type CreateIndexOption ¶
type CreateIndexOption func(*createIndex)
func WithCreateIndexClient ¶
func WithCreateIndexClient(c client.Indexer) CreateIndexOption
func WithCreateIndexPoolSize ¶
func WithCreateIndexPoolSize(size int) CreateIndexOption
type InsertOption ¶
type InsertOption func(*insert)
func WithParallelInsert ¶
func WithParallelInsert(flag bool) InsertOption
type RemoveOption ¶
type RemoveOption func(*remove)
func WithParallelRemove ¶
func WithParallelRemove(flag bool) RemoveOption
type SearchOption ¶
type SearchOption func(*search)
func WithSearchConfig ¶
func WithSearchConfig(cfg *client.SearchConfig) SearchOption
func WithSearchParallel ¶
func WithSearchParallel(flag bool) SearchOption
type StreamInsertOption ¶
type StreamInsertOption func(*streamInsert)
type StreamRemoveOption ¶
type StreamRemoveOption func(*streamRemove)
type StreamSearchOption ¶
type StreamSearchOption func(*streamSearch)
func WithStreamSearchConfig ¶
func WithStreamSearchConfig(cfg *client.SearchConfig) StreamSearchOption
Click to show internal directories.
Click to hide internal directories.