woodpecker/server/pubsub
Lukas fac0e16996
Add linter staticcheck (#535)
* Add linter staticcheck

Co-authored-by: 6543 <6543@obermui.de>
2021-11-25 17:15:36 +01:00
..
LICENSE Move cncd/{logging,pubsub,queue}/ to server/{logging,pubsub,queue}/ (#346) 2021-09-23 22:29:09 +02:00
pub.go Add linter staticcheck (#535) 2021-11-25 17:15:36 +01:00
pub_test.go Drop error only on purpose or else report back or log (#514) 2021-11-23 15:36:52 +01:00
pubsub.go Move cncd/{logging,pubsub,queue}/ to server/{logging,pubsub,queue}/ (#346) 2021-09-23 22:29:09 +02:00
README.md Move cncd/{logging,pubsub,queue}/ to server/{logging,pubsub,queue}/ (#346) 2021-09-23 22:29:09 +02:00
topic.go Move cncd/{logging,pubsub,queue}/ to server/{logging,pubsub,queue}/ (#346) 2021-09-23 22:29:09 +02:00
topic_test.go Fix various typos (#416) 2021-10-08 18:35:56 +02:00

pubusb package

Go package provides a common interface for publish-subscriber messaging.

History

This was originally published in: https://github.com/cncd/pubsub Then it was included in: https://github.com/drone-ci/drone/cncd/pubsub

Documentation:

https://godoc.org/github.com/woodpecker-ci/woodpecker/server/pubsub