mirror of https://github.com/Xhofe/alist
11 lines
180 B
Go
11 lines
180 B
Go
![]() |
package bootstrap
|
||
|
|
||
|
import (
|
||
|
"github.com/alist-org/alist/v3/internal/conf"
|
||
|
"github.com/alist-org/alist/v3/internal/index"
|
||
|
)
|
||
|
|
||
|
func InitIndex() {
|
||
|
index.Init(&conf.Conf.IndexDir)
|
||
|
}
|