client

package
v0.0.0-...-7c4dc51 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2018 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package client contains the client implementations for SCM provider.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	GetIssues(userName, projectName string) ([]*github.Issue, error)
}

Client interface

func NewGitHub

func NewGitHub(token string) (Client, error)

NewGitHub returns a github client implementation

type Info

type Info struct {
	Description string
	Homepage    string
	URL         string
}

Info of the repository

Jump to

Keyboard shortcuts

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