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 ContentUpdate

type ContentUpdate struct {
	Raw string `json:"raw"`
}

type EditOptions

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

	SelectorArg string

	Title    string
	Body     string
	BodyFile string
	State    string
	Priority string
	Kind     string
	Assignee string
}

type IssueUpdatePayload

type IssueUpdatePayload struct {
	Title    string         `json:"title,omitempty"`
	Content  *ContentUpdate `json:"content,omitempty"`
	State    string         `json:"state,omitempty"`
	Priority string         `json:"priority,omitempty"`
	Kind     string         `json:"kind,omitempty"`
	Assignee *UserRef       `json:"assignee,omitempty"`
}

IssueUpdatePayload represents the fields that can be updated on an issue

type UserRef

type UserRef struct {
	Username string `json:"username,omitempty"`
}

Jump to

Keyboard shortcuts

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