James Tombleson
0e0058506a
* added feature flags around background workers * background workers are moved to a new package as outputs are starting to get added * package name was updated * updated refs to the new input package * query and sql updates on routes * moved the services and starting to add discord web hook * query update
6 lines
87 B
Go
6 lines
87 B
Go
package output
|
|
|
|
type Output interface {
|
|
GeneratePayload() error
|
|
SendPayload() error
|
|
} |