initialize

package
v0.0.34 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2021 License: Apache-2.0 Imports: 10 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 []lib.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
	Provider      string
	ProviderURL   string
	ReposFromFile string
	RepoSearch    bool
}

Input for Initialize

type Output

type Output struct {
	Version string
	Repos   []lib.Repo
}

Output for Initialize

func Initialize

func Initialize(input Input) (Output, error)

Initialize searches Provider for matching repos

Jump to

Keyboard shortcuts

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