mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-09 05:28:56 -06:00
8 lines
170 B
Go
8 lines
170 B
Go
package store
|
|
|
|
import (
|
|
// init filesystem store
|
|
_ "github.com/owncloud/ocis/settings/pkg/store/filesystem"
|
|
_ "github.com/owncloud/ocis/settings/pkg/store/metadata"
|
|
)
|