github_utils

package
v0.77.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetLatestRelease

func GetLatestRelease(user, repo string) string

func GetLatestReleaseE

func GetLatestReleaseE(user, repo string) (string, error)

func GetLatestTag

func GetLatestTag(user, repo string) string

func GetLatestTagE

func GetLatestTagE(user, repo string) (string, error)

Types

type LatestReleaseResponse

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

type TagsResponse

type TagsResponse struct {
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

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