issue

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Issue

type Issue struct {
	Title string `json:"title"`
	Body  string `json:"body"`
}

type Params

type Params struct {
	Owner  string
	Repo   string
	Number string
	Token  string
	Issue
}

func (Params) CreateIssue

func (p Params) CreateIssue() bool

func (Params) EditIssue

func (p Params) EditIssue() bool

func (Params) GetIssue

func (p Params) GetIssue() (Issue, error)

func (Params) GetIssues

func (p Params) GetIssues() ([]Issue, error)

Jump to

Keyboard shortcuts

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