Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidChatbotName 代表无效的聊天机器人名称的错误。 ErrInvalidChatbotName = errors.New("Invalid chatbot name") // ErrInvalidChatbot 代表无效的聊天机器人的错误。 ErrInvalidChatbot = errors.New("Invalid chatbot") // ErrExistingChatbot 代表对同名的聊天机器人进行重复注册的错误。 ErrExistingChatbot = errors.New("Existing chatbot") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.