复制项目
This commit is contained in:
11
pkg/botstruct/const.go
Normal file
11
pkg/botstruct/const.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package botstruct
|
||||
|
||||
const (
|
||||
Key = "key"
|
||||
AgentIDPrefix = "agent_"
|
||||
)
|
||||
|
||||
const (
|
||||
RoleDeveloper = "developer"
|
||||
RoleUser = "user"
|
||||
)
|
||||
Reference in New Issue
Block a user