mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-11-25 11:29:29 +08:00
7 lines
138 B
Go
7 lines
138 B
Go
|
|
package search
|
||
|
|
|
||
|
|
import (
|
||
|
|
_ "github.com/alist-org/alist/v3/internal/search/bleve"
|
||
|
|
_ "github.com/alist-org/alist/v3/internal/search/db"
|
||
|
|
)
|