Documentation
¶
Index ¶
Constants ¶
View Source
const ( OpCheck Op = "check" OpInstall = "install" OpSudo = "sudo" OpUninstall = "uninstall" )
Variables ¶
View Source
var ( ErrNoSudo = errors.New(`"sudo" is not available`) ErrNoKeytool = errors.New("no java keytool") ErrNoCertutil = errors.New("no certutil tooling") ErrNoNSS = errors.New("no NSS browser") ErrNoNSSDB = errors.New("no NSS database") ErrUnknownNSS = errors.New("unknown NSS install") // untested ErrUnsupportedDistro = errors.New("unsupported Linux distrobution") )
Functions ¶
This section is empty.
Types ¶
type CmdFS ¶
type Java ¶
type NSS ¶
type Platform ¶
type PlatformError ¶
func (PlatformError) Error ¶
func (e PlatformError) Error() string
Click to show internal directories.
Click to hide internal directories.