cmd

package
v0.0.0-...-288a119 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version = "dev"

Functions

func Execute

func Execute() int

Types

type IssueReference

type IssueReference struct {
	Owner  string
	Repo   string
	Number int
}

IssueReference represents a parsed issue reference

type ListResult

type ListResult struct {
	Parent    ParentIssue `json:"parent"`
	SubIssues []SubIssue  `json:"subIssues"`
	Total     int         `json:"total"`
	OpenCount int         `json:"openCount"`
}

ListResult represents the result of listing sub-issues

type ParentIssue

type ParentIssue struct {
	Number int    `json:"number"`
	Title  string `json:"title"`
	State  string `json:"state"`
}

ParentIssue represents the parent issue

type SubIssue

type SubIssue struct {
	Number    int      `json:"number"`
	Title     string   `json:"title"`
	State     string   `json:"state"`
	URL       string   `json:"url"`
	Assignees []string `json:"assignees,omitempty"`
}

SubIssue represents a sub-issue

Jump to

Keyboard shortcuts

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