repository

package
v0.0.0-...-5692a8a Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2020 License: MIT Imports: 1 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(io.Writer) error
}

Cloner defines methods for checking out a source code repository

type Creater

type Creater interface {
	Create() error
}

Creater defines methods for creating a source code repository

type SCMRepository

type SCMRepository interface {
	Creater
	Cloner
	URL() (string, error)
}

SCMRepository defines behavior that a source code repository needs to possess

Jump to

Keyboard shortcuts

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