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 удалений

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

@@ -37,6 +37,7 @@ type LoggerIFace interface {
Critical(string, ...Field)
Log(Level, string, ...Field)
LogM([]Level, string, ...Field)
With(fields ...Field) *Logger
}
// Type and function aliases from Logr to limit the spread of dependencies.