go-gerrit
go-gerrit copied to clipboard
initiate `streams` package
This contains definitions for all message types present in "JSON stream" messages, produced by the gerrit stream-events command, or the webhook plugin.
As per the discussion in https://github.com/andygrunwald/go-gerrit/pull/187#issuecomment-2888435509, this is put in a separate package to avoid clashes with other types.
Closes #187.
Poke @andygrunwald ;-)