gitea

package
v1.1.7 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Assets

type Assets struct {
	ID                 int       `json:"id"`
	Name               string    `json:"name"`
	Size               int       `json:"size"`
	DownloadCount      int       `json:"download_count"`
	CreatedAt          time.Time `json:"created_at"`
	UUID               string    `json:"uuid"`
	BrowserDownloadURL string    `json:"browser_download_url"`
}

type Author

type Author struct {
	ID         int       `json:"id"`
	Login      string    `json:"login"`
	FullName   string    `json:"full_name"`
	Email      string    `json:"email"`
	AvatarURL  string    `json:"avatar_url"`
	Language   string    `json:"language"`
	IsAdmin    bool      `json:"is_admin"`
	LastLogin  time.Time `json:"last_login"`
	Created    time.Time `json:"created"`
	Restricted bool      `json:"restricted"`
	Username   string    `json:"username"`
}

type GiteaRelease

type GiteaRelease []Release

type Release

type Release struct {
	ID              int       `json:"id"`
	TagName         string    `json:"tag_name"`
	TargetCommitish string    `json:"target_commitish"`
	Name            string    `json:"name"`
	Body            string    `json:"body"`
	URL             string    `json:"url"`
	HTMLURL         string    `json:"html_url"`
	TarballURL      string    `json:"tarball_url"`
	ZipballURL      string    `json:"zipball_url"`
	Draft           bool      `json:"draft"`
	Prerelease      bool      `json:"prerelease"`
	CreatedAt       time.Time `json:"created_at"`
	PublishedAt     time.Time `json:"published_at"`
	Author          Author    `json:"author"`
	Assets          []Assets  `json:"assets"`
}

func (*Release) FindAsset

func (r *Release) FindAsset(verbose bool) (string, string)

func (*Release) Upgrade

func (r *Release) Upgrade(verbose bool) (string, error)

type Releases added in v1.0.11

type Releases struct {
	// contains filtered or unexported fields
}

func (*Releases) LatestRelease added in v1.0.11

func (rs *Releases) LatestRelease() (semver.Version, error)

func (*Releases) List added in v1.0.12

func (rs *Releases) List()

func (*Releases) Parse added in v1.0.12

func (rs *Releases) Parse(api string, verbose bool)

func (*Releases) TobeUpgraded added in v1.0.11

func (rs *Releases) TobeUpgraded(v semver.Version, latest bool, verbose bool) release.GitRelease

Jump to

Keyboard shortcuts

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