Unistore: refactor provisioning to work with folder service (#99473)

This commit is contained in:
maicon
2025-01-29 05:19:38 +02:00
committed by GitHub
parent 6908f91428
commit 20f02ec12f
13 changed files with 180 additions and 77 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ func (s *Server) Init() error {
return err
}
return s.provisioningService.RunInitProvisioners(s.context)
return nil
}
// Run initializes and starts services. This will block until all services have