mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-03 15:23:30 +08:00
9 lines
138 B
Go
9 lines
138 B
Go
package consts
|
|
|
|
type ConfigType string
|
|
|
|
const (
|
|
ConfigTypeContinue ConfigType = "continue"
|
|
ConfigTypeRooCode ConfigType = "roo-code"
|
|
)
|