Fix requestTimeout & memory store
This commit is contained in:
@@ -92,7 +92,6 @@ func BuildContainer() (*dig.Container, error) {
|
||||
|
||||
// =========== 阶段三: 适配器与处理器层 (Handlers & Adapters) ===========
|
||||
|
||||
// 为Channel提供依赖 (Logger 和 *models.SystemSettings 数据插座)
|
||||
container.Provide(channel.NewGeminiChannel)
|
||||
container.Provide(func(ch *channel.GeminiChannel) channel.ChannelProxy { return ch })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user