Additional Product APIs for Focalboard multi-product architecture (#20527)

* bump focalboard version; add services to product API

* add API to fetch logger

* import boards in same fashion as enterprise
Этот коммит содержится в:
Doug Lauder
2022-06-23 07:55:50 -04:00
коммит произвёл GitHub
родитель 4b5d56a8c2
Коммит f4dcffd8d3
9 изменённых файлов: 99 добавлений и 50 удалений

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

@@ -399,9 +399,7 @@ func NewServer(options ...Option) (*Server, error) {
FilestoreKey: s.filestore,
ClusterKey: s.clusterWrapper,
UserKey: New(ServerConnector(s.Channels())),
LogKey: &logWrapper{
srv: s,
},
LogKey: s.GetLogger(),
}
// Step 8: Initialize products.