package
0.0.3
Repository: https://github.com/davidvader/skelly.git
Documentation: pkg.go.dev

# Functions

AddReaction adds a reaction for a channel to the db.
CheckResponse checks to see if a response for a channel/user/timestamp exits in the db.
DeleteChannelReactions retrieve and deletes reactions for a channel from the db.
DeleteReactions retrieve and deletes reactions for a channel from the db.
GetChannelReactions retrieve reactions for a channel from the db.
GetChannels retrieve a map for channels to reactions from the db.
GetReaction retrieve reaction for a channel from the db.
GetReactions retrieves reactions for a channel from the db.
ReactionExists checks for reaction for a channel in the db.
StoreResponse stores a response for a channel/user/timestamp in the db.
UpdateReaction retrieve and updates a reaction for a channel from the db.
Verify takes mongo connection config and verifies that it can connect to the database.

# Structs

Config is the struct representation for a monogodb connection configuration.