Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pack ¶
type Pack struct {
Targets []string
Distro string
Release string
FullRelease string
Root string
Home string
SourceDir string
PackageDir string
PkgName string
PkgVer string
PkgRel string
PkgDesc string
PkgDescLong []string
Maintainer string
Arch string
License []string
Section string
Priority string
Url string
Depends []string
OptDepends []string
MakeDepends []string
Provides []string
Conflicts []string
Sources []string
HashSums []string
Backup []string
Build []string
Package []string
PreInst []string
PostInst []string
PreRm []string
PostRm []string
Variables map[string]string
// contains filtered or unexported fields
}
type ParseError ¶
type ParseError struct {
errors.DropboxError
}
type ValidationError ¶
type ValidationError struct {
errors.DropboxError
}
Click to show internal directories.
Click to hide internal directories.