scm

package
v0.0.0-...-e592ac4 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider interface {
	Current() (*semver.Version, error)
	Since(v *semver.Version) (hasMajor bool, hasMinor bool, err error)
	Update(v *semver.Version) error
}

Provider is the abstraction over interacting with an actual SCM

func NewProvider

func NewProvider(log io.Writer, o *cmd.Options) Provider

NewProvider creates the source-code management tool

Jump to

Keyboard shortcuts

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