Rebrand pkg

This commit is contained in:
André Duffeck
2025-01-20 09:34:32 +01:00
parent c99cf22a10
commit 1fff27f281
15 changed files with 40 additions and 40 deletions
+2 -2
View File
@@ -7,12 +7,12 @@ import (
"github.com/opencloud-eu/opencloud/pkg/config"
)
// Runtime represents an oCIS runtime environment.
// Runtime represents an OpenCloud runtime environment.
type Runtime struct {
c *config.Config
}
// New creates a new oCIS + micro runtime
// New creates a new OpenCloud + micro runtime
func New(cfg *config.Config) Runtime {
return Runtime{
c: cfg,