Merged in feature/chatbot1 (pull request #223)
Chatbot functionality * baseline working * missing test file * more tests
This commit is contained in:
@@ -2,6 +2,7 @@ package queryapi
|
||||
|
||||
import (
|
||||
"queryorchestration/internal/backgroundtask"
|
||||
"queryorchestration/internal/bot"
|
||||
"queryorchestration/internal/client"
|
||||
clientupdate "queryorchestration/internal/client/update"
|
||||
"queryorchestration/internal/collector"
|
||||
@@ -41,6 +42,7 @@ type Services struct {
|
||||
Folder *folder.Service
|
||||
Label *label.Service
|
||||
Eula *eula.Service
|
||||
Bot *bot.Service
|
||||
}
|
||||
|
||||
// ConfigProvider combines auth, objectstore, and background runner for the Controllers.
|
||||
|
||||
Reference in New Issue
Block a user