project

package
v1.0.2-beta Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cloner

type Cloner interface {
	Clone(name *Project) error
}

Cloner interface

type Project

type Project struct {
	URL      string
	GitHost  string
	Name     string
	Path     string
	FullPath string
}

Project respresents a git project

func New

func New(rawRepoURL string, srcPath string) (*Project, error)

New creates a new project Repo using the given url

Jump to

Keyboard shortcuts

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