common

package
v0.7.4 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CodeReview

type CodeReview struct {
	ID  string
	Ref string
}

CodeReview to be updated.

func (CodeReview) Empty

func (v CodeReview) Empty() bool

Empty checks if CodeReview is empty.

type UploadOptions

type UploadOptions struct {
	AutoTopic    bool
	CodeReview   CodeReview // Directly edit remote code review.
	Description  string
	DestBranch   string // Target branch for code review.
	Draft        bool
	Issue        string
	LocalBranch  string // Local branch with commits, will push to remote.
	MockGitPush  bool
	NoCertChecks bool
	NoEmails     bool
	OldOid       string
	People       [][]string
	Private      bool
	PushOptions  []string
	RemoteName   string
	RemoteURL    string
	Title        string
	WIP          bool
}

UploadOptions is options for upload related methods.

Jump to

Keyboard shortcuts

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