The point of this is (hopefully) some sort of resiliency I do not want to lose any messages ever And I want to be able to kill this process whenever it is misbehaving Hopefully this achieves that goal
5 lines
76 B
Go
5 lines
76 B
Go
package main
|
|
|
|
type DownloadRequest struct {
|
|
Link string `json:"link"`
|
|
} |