Documentation
¶
Index ¶
Constants ¶
View Source
const ( Owner = "UnstoppableMango" Repo = "tdl" )
View Source
const Parser parser = "GitHub"
Variables ¶
View Source
var DefaultClient = github.NewClient(http.DefaultClient)
View Source
var ErrMulti = errors.New("multiple release targets specified")
View Source
var SupportedSchemes = []string{
"github",
"https",
"http",
}
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*release)
func WithArchiveContents ¶
func WithOptions ¶ added in v0.0.33
func WithRepository ¶
type ReleaseAsset ¶
type ReleaseAsset = github.ReleaseAsset
type RepositoryRelease ¶
type RepositoryRelease = github.RepositoryRelease
Click to show internal directories.
Click to hide internal directories.