sv_issue

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrorUnexpectedResponse = errors.New("unexpected response")
)

Functions

This section is empty.

Types

type Issue

type Issue interface {
	List(opts ...ListOpt) (issues []*mo_issue.Issue, err error)
}

func New

func New(ctx gh_context.Context, owner, repo string) Issue

type ListOpt

type ListOpt func(o listOpts) listOpts

func ListFilter

func ListFilter(filter string) ListOpt

func ListLabels

func ListLabels(labels string) ListOpt

func ListSince

func ListSince(since string) ListOpt

func ListState

func ListState(state string) ListOpt

Jump to

Keyboard shortcuts

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