edit

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdEdit

func NewCmdEdit(f *cmdutil.Factory, runF func(*EditOptions) error) *cobra.Command

Types

type BranchName

type BranchName struct {
	Name string `json:"name"`
}

type BranchRef

type BranchRef struct {
	Branch BranchName `json:"branch"`
}

type EditOptions

type EditOptions struct {
	HttpClient func() (*http.Client, error)
	IO         *iostreams.IOStreams
	BaseRepo   func() (bbrepo.Interface, error)

	SelectorArg string

	Title       string
	Description string
	BodyFile    string

	AddReviewer    []string
	RemoveReviewer []string

	DestinationBranch string
	CloseSourceBranch *bool
}

type PRUpdatePayload

type PRUpdatePayload struct {
	Title             string     `json:"title,omitempty"`
	Description       string     `json:"description,omitempty"`
	Reviewers         []UserRef  `json:"reviewers,omitempty"`
	Destination       *BranchRef `json:"destination,omitempty"`
	CloseSourceBranch *bool      `json:"close_source_branch,omitempty"`
}

PRUpdatePayload represents the fields that can be updated on a PR

type UserRef

type UserRef struct {
	UUID string `json:"uuid,omitempty"`
}

Jump to

Keyboard shortcuts

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