package
0.0.0-20220111050806-728e8f996ce0
Repository: https://github.com/rkrohk/gobot.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
GetClosestReminder fetches the closest reminder from the database.
GetDateIndices finds the start and end indices of the date and time from a given input message.
ParseDate parses given date (string) to a time.Time object.
ReminderService runs for eternity till the bot stops.
No description provided by the author
# Variables
ClosestEvent represents a reminder which is closest to the current time.
RemindersChannel.
# Structs
No description provided by the author
Reminder is memory representation of a reminder object.
# Type aliases
Reminders is an array of reminders.