Files
chat-deploy/pkg/botstruct/const.go
kim.dev.6789 b7f8db7d08 复制项目
2026-01-14 22:35:45 +08:00

12 lines
142 B
Go

package botstruct
const (
Key = "key"
AgentIDPrefix = "agent_"
)
const (
RoleDeveloper = "developer"
RoleUser = "user"
)