Remove unused Retweet type

This commit is contained in:
Alexander Sheiko 2021-07-16 12:59:16 +03:00
parent 8d901551cc
commit 1c3fd0e0c9

View file

@ -10,15 +10,6 @@ type (
URL string
}
// Retweet type
Retweet struct {
ID string
TimeParsed time.Time
Timestamp int64
UserID string
Username string
}
// Tweet type.
Tweet struct {
Hashtags []string