Documentation
¶
Overview ¶
Package discovery resolves trusted Wirecmd configuration sources.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Status ¶
Status returns the canonical path, whether it is covered, and the nearest trusted root.
Types ¶
type NotFoundError ¶
type NotFoundError struct{}
NotFoundError reports that neither global nor workspace configuration exists.
func (*NotFoundError) Error ¶
func (*NotFoundError) Error() string
type UntrustedError ¶
type UntrustedError struct{ Workspace string }
UntrustedError reports the nearest workspace configuration that requires trust.
func (*UntrustedError) Error ¶
func (e *UntrustedError) Error() string
Click to show internal directories.
Click to hide internal directories.