MCPcopy Create free account
hub / github.com/riverqueue/river / ReindexerIndexNamesDefault

Function ReindexerIndexNamesDefault

client.go:443–448  ·  view source on GitHub ↗

ReindexerIndexNamesDefault returns the default set of indexes reindexed by River.

()

Source from the content-addressed store, hash-verified

441
442// ReindexerIndexNamesDefault returns the default set of indexes reindexed by River.
443func ReindexerIndexNamesDefault() []string {
444 indexNames := make([]string, len(reindexerIndexNamesDefault))
445 copy(indexNames, reindexerIndexNamesDefault)
446
447 return indexNames
448}
449
450// WithDefaults returns a copy of the Config with all default values applied.
451func (c *Config) WithDefaults() *Config {

Callers 4

Test_Config_WithDefaultsFunction · 0.85
Test_NewClient_DefaultsFunction · 0.85
WithDefaultsMethod · 0.85

Calls

no outgoing calls

Tested by 3

Test_Config_WithDefaultsFunction · 0.68
Test_NewClient_DefaultsFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…