plugin

package
v0.0.0-...-f62ce13 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Info

func Info(ctx *cli.Context) error

Types

type SearchResponse

type SearchResponse struct {
	Hits []struct {
		Title         string `json:"title"`
		Downloads     int    `json:"downloads"`
		ProjectID     string `json:"project_id"`
		Author        string `json:"author"`
		LatestVersion string `json:"latest_version"`
	} `json:"hits"`

	Error       string `json:"error"`
	Description string `json:"description"`
}

Jump to

Keyboard shortcuts

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