gerrit

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: May 25, 2022 License: GPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGerritAPICmd

func NewGerritAPICmd() *cobra.Command

func NewGerritChangesCmd

func NewGerritChangesCmd() *cobra.Command

func NewGerritChangesListCmd

func NewGerritChangesListCmd() *cobra.Command

func NewGerritCmd

func NewGerritCmd() *cobra.Command

func NewGerritGroupCmd

func NewGerritGroupCmd() *cobra.Command

func NewGerritGroupListCmd

func NewGerritGroupListCmd() *cobra.Command

func NewGerritGroupMembersCmd

func NewGerritGroupMembersCmd() *cobra.Command

func NewGerritGroupSearchCmd

func NewGerritGroupSearchCmd() *cobra.Command

func NewGerritProjectCmd

func NewGerritProjectCmd() *cobra.Command

func NewGerritProjectCurrentCmd

func NewGerritProjectCurrentCmd() *cobra.Command

func NewGerritProjectListCmd

func NewGerritProjectListCmd() *cobra.Command

func NewGerritProjectSearchCmd

func NewGerritProjectSearchCmd() *cobra.Command

func NewGerritSSHCmd

func NewGerritSSHCmd() *cobra.Command

Types

type Change

type Change struct {
	Project string
	Branch  string
	Topic   string
	ID      string
	Number  int
	Subject string
	Owner   struct {
		Name     string
		Email    string
		Username string
	}
	URL           string
	CommitMessage string
	CreatedOn     int64
	LastUpdated   int64
	Open          bool
	Status        string
	WIP           bool
}

Jump to

Keyboard shortcuts

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