libclone

package
v0.0.0-...-1908093 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start(url string, branch string, bare bool, cloneOpt *Options, opt *types.Options) (*types.Repository, error)

Types

type Git2GoOptions

type Git2GoOptions struct {
	DownloadTags types.Git2GoDownloadTags
}

type GoGitOptions

type GoGitOptions struct {
	// usually `origin`
	RemoteName string
	// specified branch only
	SingleBranch          bool
	NoCheckout            bool
	Depth                 int
	SubmoduleRescursivity types.GoGitSubmoduleRescursivity
	TagMode               types.GoGitTagMode
}

type Options

type Options struct {
	Git2Go Git2GoOptions
	GoGit  GoGitOptions
}

Jump to

Keyboard shortcuts

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