Documentation
¶
Index ¶
Constants ¶
View Source
const ( Chatbot = "chatbot" Message = "message" Gateway = "gateway" Cron = "cron" Finance = "finance" Middle = "middle" NLP = "nlp" Spider = "spider" Storage = "storage" Subscribe = "subscribe" Task = "task" Todo = "todo" User = "user" Web = "web" Workflow = "workflow" RedisAgent = "redis_agent" ServerAgent = "server_agent" )
View Source
const ( MessageTypeText = "text" MessageTypeAt = "at" MessageTypeAudio = "audio" MessageTypeImage = "image" MessageTypeFile = "file" MessageTypeLocation = "location" MessageTypeVideo = "video" MessageTypeLink = "link" MessageTypeContact = "contact" MessageTypeGroup = "group" MessageTypeRich = "rich" MessageTypeAction = "action" )
View Source
const ( PlatformSlack = "slack" PlatformTelegram = "telegram" PlatformDiscord = "discord" )
View Source
const ( StrengthAttr RoleAttr = "strength" CultureAttr RoleAttr = "culture" EnvironmentAttr RoleAttr = "environment" CharismaAttr RoleAttr = "charisma" TalentAttr RoleAttr = "talent" IntellectAttr RoleAttr = "intellect" StrengthShort AttrShort = "str" CultureShort AttrShort = "cul" EnvironmentShort AttrShort = "env" CharismaShort AttrShort = "cha" TalentShort AttrShort = "tal" IntellectShort AttrShort = "int" )
View Source
const ( RepeatDaily = "daily" RepeatAnnually = "annually" RepeatMonthly = "monthly" RepeatWeekly = "weekly" RepeatHourly = "hourly" )
View Source
const SuperUserID = 1
View Source
const TodoCompletedExp = 2
View Source
const TodoCreatedExp = 1
View Source
const (
WorkflowRunTask = "run"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.