packagist

package
v0.0.1-alpha Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metadata

type Metadata struct {
	AllowedPushHost *string `json:"allowed_push_host,omitempty"`
	ChangelogURI    *string `json:"changelog_uri,omitempty"`
	FundingURI      *string `json:"funding-uri,omitempty"`
	HomepageURI     string  `json:"homepage_uri"`
	SourceCodeURI   *string `json:"source_code_uri,omitempty"`
}

type RequestElement

type RequestElement struct {
	Authors          string      `json:"authors"`
	BugTrackerURI    *string     `json:"bug_tracker_uri"`
	ChangelogURI     *string     `json:"changelog_uri"`
	DocumentationURI *string     `json:"documentation_uri"`
	Downloads        int64       `json:"downloads"`
	FundingURI       interface{} `json:"funding_uri"`
	GemURI           string      `json:"gem_uri"`
	HomepageURI      *string     `json:"homepage_uri"`
	Info             string      `json:"info"`
	Licenses         []string    `json:"licenses"`
	MailingListURI   *string     `json:"mailing_list_uri"`
	Metadata         Metadata    `json:"metadata"`
	Name             string      `json:"name"`
	Platform         string      `json:"platform"`
	ProjectURI       string      `json:"project_uri"`
	SHA              string      `json:"sha"`
	SourceCodeURI    *string     `json:"source_code_uri"`
	Version          string      `json:"version"`
	VersionDownloads int64       `json:"version_downloads"`
	WikiURI          *string     `json:"wiki_uri"`
}

Request

type Response

type Response []RequestElement

Jump to

Keyboard shortcuts

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