resolve

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package resolve implements the PR comment resolve/unresolve commands

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdResolve

func NewCmdResolve(f *cmdutil.Factory, runF func(*ResolveOptions) error) *cobra.Command

NewCmdResolve creates the resolve command

func NewCmdUnresolve

func NewCmdUnresolve(f *cmdutil.Factory, runF func(*ResolveOptions) error) *cobra.Command

NewCmdUnresolve creates the unresolve command

Types

type ResolveOptions

type ResolveOptions struct {
	IO         *iostreams.IOStreams
	HttpClient func() (*http.Client, error)
	BaseRepo   func() (string, error)

	Repository   string
	Number       int
	DiscussionID string
	Resolved     bool
}

Source Files

  • resolve.go

Jump to

Keyboard shortcuts

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