mirror of
https://github.com/Xevion/scla-unsubscribe.git
synced 2025-12-08 12:08:27 -06:00
Setup pipelining
This commit is contained in:
7
pipeline.go
Normal file
7
pipeline.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
// A channel that will be used to buffer incomplete entries that need to be queried properly
|
||||
var incompleteEntries = make(chan Entry)
|
||||
|
||||
// A channel that will be used to buffer emails that need to be unsubscribed
|
||||
var entries = make(chan string)
|
||||
Reference in New Issue
Block a user