api

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitClient

type GitClient struct {
	GH gHClient
	// contains filtered or unexported fields
}

GitClient holds clients for interfering with Git provider APIs

func NewGitClient

func NewGitClient(c context.Context, keys map[string]string, star bool) *GitClient

NewGitClient instantiates new GitClient

type Repository

type Repository struct {
	Shortname string

	URL     string
	Exists  bool
	Host    string
	Author  string
	Project string
	Text    string
	// contains filtered or unexported fields
}

Repository holds information about the repository

func (*Repository) GetLicenses

func (r *Repository) GetLicenses(c context.Context, gc *GitClient)

GetLicenses gets licenses for 3rd party dependencies

Jump to

Keyboard shortcuts

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