Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppContext ¶
type AppContext struct { LogFilePath string `yaml:"logFilePath"` ApplicationId string `yaml:"applicationId"` GuildId string `yaml:"guildId"` BotName string `yaml:"botName"` BotToken string `yaml:"botToken"` DifyToken string `yaml:"difyToken"` ClearCmd string `yaml:"clearCmd"` ClearCmdDesc string `yaml:"clearCmdDesc"` ClearDelimiter string `yaml:"clearDelimiter"` FreeChatLimit int `yaml:"creeChatLimit"` OnAt bool `yaml:"onAt"` BotId string ConfigFilePath string }
type ChatMessage ¶
type Stack ¶
type Stack struct {
// contains filtered or unexported fields
}
func (*Stack) GetBottomElement ¶
GetBottomElement returns the bottom element of the stack
Click to show internal directories.
Click to hide internal directories.