Rebrand storage-publiclink

This commit is contained in:
André Duffeck
2025-01-17 11:32:40 +01:00
parent 470f08bf07
commit df029ab793
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "storage-publiclink",
Usage: "Provide publiclink storage for oCIS",
Usage: "Provide publiclink storage for OpenCloud",
Commands: GetCommands(cfg),
})

View File

@@ -4,7 +4,7 @@ import (
"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{} {
rcfg := map[string]interface{}{
"shared": map[string]interface{}{