Simple RSS/Atom feed source for diretto
Go to file
Hamcha f87c2194c8 Check in 2019-07-16 18:03:16 +02:00
cmd Check in 2019-07-16 18:03:16 +02:00
proto Check in 2019-07-16 18:03:16 +02:00
README.md Check in 2019-07-16 18:03:16 +02:00
endpoints.go Check in 2019-07-16 18:03:16 +02:00
go.mod Check in 2019-07-16 18:03:16 +02:00
go.sum Check in 2019-07-16 18:03:16 +02:00
service.go Check in 2019-07-16 18:03:16 +02:00
transport.go Check in 2019-07-16 18:03:16 +02:00

README.md

bacheca

RSS/Atom feed generator with a simple REST API (and hopefully gRPC)

Written using go-kit and Moa but should work fine alone, given you have a good enough reverse proxy setup.

Things to note

Regenerate protobuf file

protoc --go_out=plugins=grpc:. bacheca.proto