Documentation ¶
Overview ¶
Package clstore defines an interface for storing Changelist-related data as needed for operating Gold.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CountMany = math.MaxInt32
CountMany indicates it is computationally expensive to determine exactly how many items there are.
View Source
var ErrNotFound = errors.New("not found")
Functions ¶
This section is empty.
Types ¶
type ReviewSystem ¶
type ReviewSystem struct { ID string // e.g. "gerrit", "gerrit-internal" Client code_review.Client URLTemplate string }
ReviewSystem combines the data needed to interface with a single CRS.
Click to show internal directories.
Click to hide internal directories.