| 46 | } |
| 47 | |
| 48 | type deliveryTask struct { |
| 49 | guildID int64 |
| 50 | userID int64 |
| 51 | channelID string |
| 52 | content string |
| 53 | attachments []Attachment |
| 54 | } |
| 55 | |
| 56 | type imageTask struct { |
| 57 | index int |
nothing calls this directly
no outgoing calls
no test coverage detected