mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-03 09:20:50 -05:00
f8f1320501
Signed-off-by: Christian Richter <crichter@owncloud.com>
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"
|
|
)
|