creator

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Creator

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

func NewCreator

func NewCreator(client github.Client, dryRun bool) *Creator

func (*Creator) CreateIssues

func (c *Creator) CreateIssues(issues []*github.Issue) (*Result, error)

type IssueResult

type IssueResult struct {
	ID     string
	Title  string
	Number int
	URL    string
}

type Result

type Result struct {
	CreatedIssues []IssueResult
	Errors        []error
}

Jump to

Keyboard shortcuts

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