mirror of
https://gitee.com/blackfox/geekai.git
synced 2025-12-08 01:38:23 +08:00
10 lines
210 B
Go
10 lines
210 B
Go
package vo
|
|
|
|
import "geekai/core/types"
|
|
|
|
type Config struct {
|
|
Id uint `json:"id"`
|
|
Key string `json:"key"`
|
|
SystemConfig types.SystemConfig `json:"system_config"`
|
|
}
|