services

package
v0.0.0-...-e0db871 Latest Latest
Warning

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

Go to latest
Published: May 20, 2020 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitTagsService

type GitTagsService interface {
	FetchTags(uri string, repositoryName string, tagFilter string) ([]string, error)
	ExtractTags(latestOnly bool, tagList []semver.Version) ([]map[string]string, error)
	CloneRef(uri string, destination string, version string) error
	CheckoutATag(destination string, version string) (map[string]string, error)
	CheckoutLWTag(destination string, version string) (map[string]string, error)
}

GitTagsService interface

func NewGitTagsService

func NewGitTagsService(keyString string, keyPassword string) (GitTagsService, error)

NewGitTagsService instance

Jump to

Keyboard shortcuts

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