[MM-53156] Remove Multi-Product architecture (#25669)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
d3b799eaa5
Коммит
de3e5aab25
@@ -103,17 +103,6 @@ func SkipPostInitialization() Option {
|
||||
}
|
||||
}
|
||||
|
||||
// SkipProductsInitialization is intended for testing only, in cases
|
||||
// where we're mocking components like the store and products cannot
|
||||
// be initialized correctly
|
||||
func SkipProductsInitialization() Option {
|
||||
return func(s *Server) error {
|
||||
s.skipProductsInit = true
|
||||
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
type AppOption func(a *App)
|
||||
type AppOptionCreator func() []AppOption
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user