gerrit

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2025 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Author added in v0.13.0

type Author struct {
	Email string
	Name  string
}

type Commit added in v0.13.0

type Commit struct {
	Author    Author
	Committer Committer
	Diff      string
	Message   string
}

type Committer added in v0.13.0

type Committer struct {
	Email string
	Name  string
}

type Gerrit

type Gerrit struct {
	Branch  string
	Commit  Commit
	Project string
}

func (*Gerrit) Call

func (g *Gerrit) Call(ctx context.Context, _ func(context.Context, interface{}) (interface{}, error), args ...interface{}) (string, error)

func (*Gerrit) Deinit

func (g *Gerrit) Deinit(_ context.Context) error

func (*Gerrit) Description

func (g *Gerrit) Description(_ context.Context) string

func (*Gerrit) Init

func (g *Gerrit) Init(_ context.Context) error

func (*Gerrit) Name

func (g *Gerrit) Name(_ context.Context) string

Jump to

Keyboard shortcuts

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