summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/nlopes/slack/websocket_stars.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/nlopes/slack/websocket_stars.go')
-rw-r--r--vendor/github.com/nlopes/slack/websocket_stars.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/github.com/nlopes/slack/websocket_stars.go b/vendor/github.com/nlopes/slack/websocket_stars.go
deleted file mode 100644
index e0f2dda3..00000000
--- a/vendor/github.com/nlopes/slack/websocket_stars.go
+++ /dev/null
@@ -1,14 +0,0 @@
-package slack
-
-type starEvent struct {
- Type string `json:"type"`
- User string `json:"user"`
- Item StarredItem `json:"item"`
- EventTimestamp string `json:"event_ts"`
-}
-
-// StarAddedEvent represents the Star added event
-type StarAddedEvent starEvent
-
-// StarRemovedEvent represents the Star removed event
-type StarRemovedEvent starEvent