Documentation
¶
Index ¶
- func GetAllAuthors(db *sql.DB) ([]string, error)
- func GetMissingAuthors(db *sql.DB) ([]string, error)
- func GetNewestMessageIdForChannel(db *sql.DB, channelId string) (string, error)
- func GetOldestMessageIdForChannel(db *sql.DB, channelId string) (string, error)
- func InsertChannel(db *sql.DB, channel *discordgo.Channel) error
- func InsertEmoji(db *sql.DB, emoji *discordgo.Emoji) error
- func InsertMember(db *sql.DB, user *discordgo.Member) error
- func InsertMessage(db *sql.DB, message *discordgo.Message) error
- func InsertThread(db *sql.DB, thread *discordgo.Channel) error
- func InsertUser(db *sql.DB, user *discordgo.User) error
- func Open(c *config.Config) (*sql.DB, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.