git

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Git

type Git interface {
	GenerateAuth() *http.BasicAuth
	GetAuthToken() *string
	GetUrl() *string
	GetProjectUrl(project string) (string, error)
	CheckNewSDKVersion() bool
	CheckNewCLIVersion() bool
	GetLatestTag(project string) (tag string, err error)
	CloneSDK(tag, to string) (err error)
}

func NewGit

func NewGit(url, authToken string) Git

NewGit creates a new Git instance

Jump to

Keyboard shortcuts

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