pkgmanager

package
v0.0.0-...-964c2da Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2020 License: GPL-3.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	STATE_TODO       = 0
	STATE_DONE       = 1
	STATE_IMPOSSIBLE = 2
)
View Source
const (
	PERMISSION_BASE         = "pkgmanager"
	PERMISSION_INSTALL      = PERMISSION_BASE + "." + "install"
	PERMISSION_REMOVE       = PERMISSION_BASE + "." + "remove"
	PERMISSION_UPDATE       = PERMISSION_BASE + "." + "update"
	PERMISSION_GETAVAILABLE = PERMISSION_BASE + "." + "getavailable"
	CONFIG_SECTION          = ""
	CONFIG_TYPE             = "pkgmanager"
	PATH_BASE               = "/opt/ftc"
	PATH_PKG                = PATH_BASE + "/" + "packages"
	PATH_DATA               = PATH_BASE + "/" + "data"
	MANIFEST_NAME           = "manifest.json"
)

Variables

View Source
var Service = new(pkgmanager)

Functions

This section is empty.

Types

type PkgManager

type PkgManager interface {
}

Jump to

Keyboard shortcuts

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