Imports
- github.com/joho/godotenv
- github.com/joho/godotenv/autoload
- github.com/rs/cors
- github.com/sirupsen/logrus
- gorm.io/driver/sqlite
- gorm.io/gorm
Imports in module “github.com/freddyouellette/ai-dashboard”
- github.com/freddyouellette/ai-dashboard/internal/api/controllers/bots_controller
- github.com/freddyouellette/ai-dashboard/internal/api/controllers/chats_controller
- github.com/freddyouellette/ai-dashboard/internal/api/controllers/messages_controller
- github.com/freddyouellette/ai-dashboard/internal/api/controllers/user_scoped_request_controller
- github.com/freddyouellette/ai-dashboard/internal/api/error_handler
- github.com/freddyouellette/ai-dashboard/internal/api/logged_client
- github.com/freddyouellette/ai-dashboard/internal/api/request_logger
- github.com/freddyouellette/ai-dashboard/internal/api/response_handler
- github.com/freddyouellette/ai-dashboard/internal/api/router
- github.com/freddyouellette/ai-dashboard/internal/events/event_dispatcher
- github.com/freddyouellette/ai-dashboard/internal/events/event_handler
- github.com/freddyouellette/ai-dashboard/internal/models
- github.com/freddyouellette/ai-dashboard/internal/repositories/bots_repository
- github.com/freddyouellette/ai-dashboard/internal/repositories/entity_repository
- github.com/freddyouellette/ai-dashboard/internal/repositories/messages_repository
- github.com/freddyouellette/ai-dashboard/internal/repositories/user_scoped_repository
- github.com/freddyouellette/ai-dashboard/internal/repositories/users_repository
- github.com/freddyouellette/ai-dashboard/internal/services/bots_service
- github.com/freddyouellette/ai-dashboard/internal/services/chats_service
- github.com/freddyouellette/ai-dashboard/internal/services/entity_service
- github.com/freddyouellette/ai-dashboard/internal/services/messages_service
- github.com/freddyouellette/ai-dashboard/internal/services/user_scoped_service
- github.com/freddyouellette/ai-dashboard/internal/services/users_service
- github.com/freddyouellette/ai-dashboard/internal/util/logger
- github.com/freddyouellette/ai-dashboard/internal/util/plugin_loader
- github.com/freddyouellette/ai-dashboard/internal/util/request_utils
- github.com/freddyouellette/ai-dashboard/plugins/plugin_models