package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Dec 13, 2023
License: BSD-2-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ListenPort int32 `yaml:"listen_port"`
Midjourney Midjourney `yaml:"midjourney"`
Redis Redis `yaml:"redis"`
}
type Midjourney struct {
IPAddress string `yaml:"ip_address"`
UserToken string `yaml:"user_token"`
GuildID string `yaml:"guild_id"`
ChannelID string `yaml:"channel_id"`
}
type Redis struct {
Address string `yaml:"address"`
Password string `yaml:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.