issuetracker

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2020 License: MIT Imports: 0 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 {
	ID          string
	Title       string
	Description string
}

Issue is a struct that contains all relevant issue fields on a issue tracker

type IssueTracker

type IssueTracker interface {
	// Authenticate to a issue tracker server
	Authenticate(host, username, key string) error
	// Issue fetches an issue on a issue tracker server
	Issue(ID string) (*Issue, error)
}

IssueTracker is a interface to represent any issue tracker (eg: trello, jira, etc)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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