issue

package
v0.0.0-...-cc2426d Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2018 License: Apache-2.0 Imports: 1 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 interface {
	Create([]*Issue) error
}

type Issue

type Issue struct {
	ID          string
	Title       string
	Description string
	Assignee    string
	Author      string
	Mentions    []string
	Labels      []string
	File        string
	Line        int
	Owner       string
	Repo        string
	Commit      string
	Extras      map[string]interface{}
}

func New

func New() *Issue

func (Issue) GetInt

func (i Issue) GetInt(key string) int

func (Issue) GetString

func (i Issue) GetString(key string) string

func (*Issue) MergeMap

func (i *Issue) MergeMap(m map[string]interface{})

func (Issue) String

func (i Issue) String() string

Jump to

Keyboard shortcuts

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