Categorygithub.com/apatil/gerrit-ssh
modulepackage
0.0.0
Repository: https://github.com/apatil/gerrit-ssh.git
Documentation: pkg.go.dev

# README

gerrit-stream-events

Go library to listen Gerrit stream events by SSH connection

# Functions

New creates, and returns a new GerritESListener object.

# Structs

Account - A user account.
Approval - Records the code review approval granted to a patch set.
Change - The Gerrit change being reviewed, or that was already reviewed https://gerrit-review.googlesource.com/Documentation/json.html#change.
Dependency - Information about a change or patchset dependency.
File - Information about a patch on a file.
GerritSSH agent.
Label - Information about a code review label for a change.
Message - Comment added on a change by a reviewer.
PatchSet - Refers to a specific patchset within a change.
PatchSetComment - Comment added on a patchset by a reviewer.
RefUpdate - Information about a ref that was updated.
StreamEvent to store gerrit event https://gerrit-review.googlesource.com/Documentation/cmd-stream-events.html#events.
SubmitRecord - Information about the submit status of a change.
TrackingID - A link to an issue tracking system.