[MM-60262] Respect config store option when creating platform service (#28038)

* Respect config store option when creating platform service

* Remove ConfigStore from ServiceConfig
Этот коммит содержится в:
Ben Schumacher
2024-08-28 07:02:09 +02:00
коммит произвёл GitHub
родитель 244b7e565b
Коммит 5ff680d20d
5 изменённых файлов: 40 добавлений и 35 удалений

Просмотреть файл

@@ -31,8 +31,7 @@ import (
// The mandatory fields will be checked during the initialization of the service.
type ServiceConfig struct {
// Mandatory fields
ConfigStore *config.Store
Store store.Store
Store store.Store
// Optional fields
Cluster einterfaces.ClusterInterface
}