vcstool

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitVCSTool added in v0.5.0

type GitVCSTool struct{}

func (*GitVCSTool) Tag added in v0.5.0

func (g *GitVCSTool) Tag(project *domain.Project, remote, tagName string) error

func (*GitVCSTool) VerifyRepoState added in v0.5.0

func (g *GitVCSTool) VerifyRepoState(project *domain.Project, remote, branch string) error

type VCSTool

type VCSTool interface {
	VerifyRepoState(project *domain.Project, remote, branch string) error
	Tag(project *domain.Project, remote, tagname string) error
}

type Validator added in v0.5.0

type Validator func(stdout, stderr string) error

Jump to

Keyboard shortcuts

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