ai_scheduler/internal/entitys/bot.go

8 lines
84 B
Go

package entitys
type BotType int
const (
BugAndQuesDingTalk BotType = iota + 1
)