plugin

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2023 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 Category

type Category struct {
	Name    string              `json:"category"`
	Count   string              `json:"count"`
	Plugins []*RemotePluginInfo `json:"files"`
}

type RemotePluginInfo

type RemotePluginInfo struct {
	Filename string `json:"name"`
	Author   string `json:"plugin_author"`
	Desc     string `json:"plugin_desc"`
	Name     string `json:"plugin_name"`
	Version  string `json:"plugin_version"`
	Sha256   string `json:"sha256"`
	Url      string `json:"url"`
}

Jump to

Keyboard shortcuts

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