issues

package
v0.0.0-...-a981ce0 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseIDFromBranch

func ParseIDFromBranch(branch string) string

ParseIDFromBranch gets the Issue ID from the branch name.

Types

type Issue

type Issue struct {
	ID       string
	Title    string
	Type     string
	Status   string
	APIURL   string
	WebURL   string
	Assignee string
}

Issue contains the issue information.

func (Issue) BranchName

func (i Issue) BranchName() string

BranchName from issue ID and title. Ref: https://github.com/lakshmichandrakala/go-parameterize

func (Issue) String

func (i Issue) String() string

String representation of an issue.

Jump to

Keyboard shortcuts

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