vcs

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitlabService

type GitlabService struct {
	// contains filtered or unexported fields
}

func NewGitlabService

func NewGitlabService(apiKey, domain string, l *zerolog.Logger, t tm.ITaskManager) *GitlabService

func (*GitlabService) UpdatePRDescription

func (g *GitlabService) UpdatePRDescription(pid, prID int, branch, desc string) error

type IVCS

type IVCS interface {

	// UpdatePRDescription updates the description of a PR
	UpdatePRDescription(pid, prID int, branch, desc string) error
}

IVCS is the interface for the VCS services

Implementations: GitlabService

Jump to

Keyboard shortcuts

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