Skip to content

Commit

Permalink
moving util objects
Browse files Browse the repository at this point in the history
  • Loading branch information
STollenaar committed Sep 20, 2023
1 parent 2981c74 commit a7cbd0a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions util/objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ type wordCounted struct {
Word string `bson:"Word" json:"Word"`
Count int `bson:"wordCount" json:"Count"`
}

type SQSObject struct {
Type string `json:"type"`
Command string `json:"command"`
Data string `json:"data"`
GuildID string `json:"guildID"`
Token string `json:"token"`
ApplicationID string `json:"applicationID"`
}

0 comments on commit a7cbd0a

Please sign in to comment.