launchpad

package
v0.0.0-...-365054f Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

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

API - struct

func New

func New() *API

New launchpad API instance

func (*API) LatestPublishedReleaseVersion

func (a *API) LatestPublishedReleaseVersion() (string, error)

LatestPublishedReleaseVersion attempts to retrieve latest released binary semantic version

type ArchiveEntry

type ArchiveEntry struct {
	BinaryPackageVersion string `json:"binary_package_version"`
}

ArchiveEntry launchpad archive entry

type ArchiveResponse

type ArchiveResponse struct {
	Start     int            `json:"start"`
	TotalSize int            `json:"total_size"`
	Entries   []ArchiveEntry `json:"entries"`
}

ArchiveResponse launchpad archive response

Jump to

Keyboard shortcuts

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