plugin

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.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 Plugin

type Plugin struct {
	Name     string `json:"name"`
	Package  string `json:"package"`
	Policy   int8   `json:"policy"`
	VerCode  int64  `json:"ver_code"`
	VerName  string `json:"ver_name"`
	Size     int64  `json:"size"`
	MD5      string `json:"md5"`
	URL      string `json:"url"`
	Enable   bool   `json:"enable"`
	Force    bool   `json:"force"`
	Clear    bool   `json:"clear"`
	MinBuild int    `json:"min_build"`
	MaxBuild int    `json:"max_build"`
	BaseCode int    `json:"base_code"`
	BaseName string `json:"base_name"`
	Desc     string `json:"desc"`
	Coverage int    `json:"-"`
}

type Plugins

type Plugins []*Plugin

func (Plugins) Len

func (ps Plugins) Len() int

func (Plugins) Less

func (ps Plugins) Less(i, j int) bool

func (Plugins) Swap

func (ps Plugins) Swap(i, j int)

Jump to

Keyboard shortcuts

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