split **/pkg/config/config.go up to multiple files

This commit is contained in:
Willy Kloucek
2022-01-07 16:04:52 +00:00
committed by Jörn Friedrich Dreyer
parent 6990e7d660
commit a13df3dcf7
121 changed files with 2049 additions and 1940 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ type StorageUsersSutureService struct {
// NewStorageUsersSutureService creates a new storage.StorageUsersSutureService
func NewStorageUsers(cfg *ociscfg.Config) suture.Service {
cfg.Storage.Commons = cfg.Commons
//cfg.Storage.Commons = cfg.Commons
return StorageUsersSutureService{
cfg: cfg.Storage,
}