github

package
v0.0.0-...-79ceddb Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ApiURL string
)

Functions

This section is empty.

Types

type Github

type Github struct {
	GetVersionGitHub func(name string) (string, error)
	Clone            func(url, path string) error
	GetNameRepo      func(url string) string
	CheckGitignore   func(path string) (bool, error)
	WriteGitignore   func(path string) error
}

func NewGithub

func NewGithub() *Github

type Release

type Release struct {
	TagName string `json:"tag_name"`
}

Jump to

Keyboard shortcuts

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