Merge pull request #73 from opencloud-eu/storage-publiclink-rename
Rebrand storage-publiclink
This commit is contained in:
@@ -26,7 +26,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
|
|||||||
func Execute(cfg *config.Config) error {
|
func Execute(cfg *config.Config) error {
|
||||||
app := clihelper.DefaultApp(&cli.App{
|
app := clihelper.DefaultApp(&cli.App{
|
||||||
Name: "storage-publiclink",
|
Name: "storage-publiclink",
|
||||||
Usage: "Provide publiclink storage for oCIS",
|
Usage: "Provide publiclink storage for OpenCloud",
|
||||||
Commands: GetCommands(cfg),
|
Commands: GetCommands(cfg),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import (
|
|||||||
"github.com/opencloud-eu/opencloud/services/storage-publiclink/pkg/config"
|
"github.com/opencloud-eu/opencloud/services/storage-publiclink/pkg/config"
|
||||||
)
|
)
|
||||||
|
|
||||||
// StoragePublicLinkConfigFromStruct will adapt an oCIS config struct into a reva mapstructure to start a reva service.
|
// StoragePublicLinkConfigFromStruct will adapt an OpenCloud config struct into a reva mapstructure to start a reva service.
|
||||||
func StoragePublicLinkConfigFromStruct(cfg *config.Config) map[string]interface{} {
|
func StoragePublicLinkConfigFromStruct(cfg *config.Config) map[string]interface{} {
|
||||||
rcfg := map[string]interface{}{
|
rcfg := map[string]interface{}{
|
||||||
"shared": map[string]interface{}{
|
"shared": map[string]interface{}{
|
||||||
|
|||||||
Reference in New Issue
Block a user