This website requires JavaScript.
Explore
Help
Sign In
jtom38
/
newsbot-api
Watch
1
Star
0
Fork
0
You've already forked newsbot-api
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1b36ad9040
newsbot-api
/
internal
/
services
/
output
/
interface.go
7 lines
88 B
Go
Raw
Normal View
History
Unescape
Escape
Feature Flags (#11) * 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
2022-06-30 14:54:58 -07:00
package
output
type
Output
interface
{
GeneratePayload
(
)
error
SendPayload
(
)
error
Features/subscription/features for portal (#34) * added a route to delete subscriptions based on the ID given * added a new route to find a record based on the name and source * added a route to query Discord Web Hooks by Server and Channel names * tested the endpoints and they seem good to test more * updated some routes for subscriptions and formatted files * removed debug file * fixing some panic calls * swag
2022-12-04 08:49:17 -08:00
}
Reference in New Issue
Copy Permalink