clstore

package
v0.0.0-...-57b1569 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2024 License: BSD-3-Clause Imports: 4 Imported by: 0

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.

type SearchOptions

type SearchOptions struct {
	StartIdx    int
	Limit       int
	OpenCLsOnly bool
	After       time.Time
}

SearchOptions controls which Changelists to return.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL