package
0.0.1
Repository: https://github.com/flokli/gerrit-queue.git
Documentation: pkg.go.dev

# Functions

AssembleChain consumes a list of changesets, and groups them together to chains.
FilterChangesets filters a list of Changeset by a given filter function.
MakeChangeset creates a new Changeset object out of a goGerrit.ChangeInfo object.
NewClient initializes a new gerrit client.
SortChains sorts a list of chains by the number of changesets in each chain, descending.

# Structs

Chain represents a list of successive changesets with an unbroken parent -> child relation, starting from the parent.
Changeset represents a single changeset.
Client provides some ways to interact with a gerrit instance.

# Interfaces

IClient defines the gerrit.Client interface.