package
0.0.0-20240404121558-5fb48e90bf53
Repository: https://github.com/gobridge/gopherbot.git
Documentation: pkg.go.dev

# Functions

New creates an initializes an instance of Gerrit.
NewStore returns a new DefaultStore.

# Variables

ErrNotFound should be returned by Store implementations when CL number doesn't exist.

# Structs

CL represents a merged CL that we send to the subscriber of the poller.
DefaultStore is a default implementation of the Store interface.
Gerrit tracks merged CLs.

# Interfaces

Store represents the shape of the storage system.

# Type aliases

NotifyFunc represents the function signature the poller notifies on a new item.