mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-10 11:13:42 +08:00
refactor: 调整项目目录结构,移除其他语言 API 目录
This commit is contained in:
10
api/store/vo/config.go
Normal file
10
api/store/vo/config.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package vo
|
||||
|
||||
import "chatplus/core/types"
|
||||
|
||||
type Config struct {
|
||||
Id uint `json:"id"`
|
||||
Key string `json:"key"`
|
||||
ChatConfig types.ChatConfig `json:"chat_config"`
|
||||
SystemConfig types.SystemConfig `json:"system_config"`
|
||||
}
|
||||
Reference in New Issue
Block a user