Documentation
¶
Index ¶
- Variables
- func NewBleve(conf *conf.Searcher_Data, app *libapp.Settings) (map[biz.Index]bleve.Index, error)
- func NewMeili(conf *conf.Searcher_Data, app *libapp.Settings) (meilisearch.ServiceManager, error)
- func NewSearcherRepo(b map[biz.Index]bleve.Index, m meilisearch.ServiceManager, ...) (biz.SearcherRepo, error)
- func NewSnowFlake() *sonyflake.Sonyflake
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewSearcherRepo, NewSnowFlake, NewBleve, NewMeili)
ProviderSet is data providers.
Functions ¶
func NewMeili ¶ added in v0.1.4
func NewMeili(conf *conf.Searcher_Data, app *libapp.Settings) (meilisearch.ServiceManager, error)
func NewSearcherRepo ¶ added in v0.0.2
func NewSnowFlake ¶ added in v0.0.9
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.