initialize

package
v0.0.23 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ByName

type ByName []Repo

ByName allows sorting repos by name

func (ByName) Len

func (a ByName) Len() int

func (ByName) Less

func (a ByName) Less(i, j int) bool

func (ByName) Swap

func (a ByName) Swap(i, j int)

type Input

type Input struct {
	AllRepos      bool
	WorkDir       string
	Query         string
	Version       string
	RepoProvider  string
	ReposFromFile string
	RepoSearch    bool
}

Input for Initialize

type Output

type Output struct {
	Version string
	Repos   []Repo
}

Output for Initialize

func Initialize

func Initialize(input Input) (Output, error)

Initialize searches Github for matching repos

type Repo

type Repo struct {
	Name     string
	Owner    string
	CloneURL string
	Provider string
}

Repo describes a GithubRepository

Jump to

Keyboard shortcuts

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