drone/gitrpc/internal/service
Johannes Batzill 7abcacdd2f feat: Add Events Framework (#120)
This Commit adds:
- stream package (provides different implementation of stream producers and consumers)
  + Redis -> will be used for any non-local deployments
  + InMemory -> a VERY BASIC implementation that is used for local execution
- events package
  + GenericReporter -> responsible for reporting events, can be used to send any type of event and payload
  + GenericReader -> responsible for reading events from a stream, can be used to register handlers for any type of event and payload
  + ReaderFactory -> responsible for launching readers for any type of consumer group&name.
- webhook package
  + The wire frame of the webhook package.
- gitrpc/events package
  + defines event Reader/Reporter for events of category git
2022-12-16 13:37:08 -08:00
..
blob.go [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70) 2022-11-10 20:57:31 -08:00
branch.go feat: Add Events Framework (#120) 2022-12-16 13:37:08 -08:00
commit.go Add Zerolog Support to GITRPC (#126) 2022-12-16 08:39:10 -08:00
env.go [feat]ability to commit files using REST api (#82) 2022-11-22 19:24:40 +01:00
http.go Add Zerolog Support to GITRPC (#126) 2022-12-16 08:39:10 -08:00
interface.go checking branch existence in PR create (#105) 2022-12-06 12:26:12 +01:00
mapping.go ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
operations_test.go [feat]ability to commit files using REST api (#82) 2022-11-22 19:24:40 +01:00
operations.go Add Zerolog Support to GITRPC (#126) 2022-12-16 08:39:10 -08:00
path.go [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70) 2022-11-10 20:57:31 -08:00
ref.go feat: Add Events Framework (#120) 2022-12-16 13:37:08 -08:00
repo.go Add Zerolog Support to GITRPC (#126) 2022-12-16 08:39:10 -08:00
shared_repo.go Add Zerolog Support to GITRPC (#126) 2022-12-16 08:39:10 -08:00
submodule.go [API] Add Create + Delete Branch API (+ Basic GIT Error Propagation) (#70) 2022-11-10 20:57:31 -08:00
tag.go Add Zerolog Support to GITRPC (#126) 2022-12-16 08:39:10 -08:00
tree.go Add Zerolog Support to GITRPC (#126) 2022-12-16 08:39:10 -08:00
upload.go Add Zerolog Support to GITRPC (#126) 2022-12-16 08:39:10 -08:00