github_utils

package
v0.91.0 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetLatestCommitE added in v0.87.0

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

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 CommitResponse added in v0.87.0

type CommitResponse struct {
	Sha string `json:"sha"`
}

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