mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-24 13:58:12 -05:00
8 lines
194 B
Go
8 lines
194 B
Go
package store
|
|
|
|
import (
|
|
// init filesystem store
|
|
_ "github.com/owncloud/ocis/v2/services/settings/pkg/store/filesystem"
|
|
_ "github.com/owncloud/ocis/v2/services/settings/pkg/store/metadata"
|
|
)
|