Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LabelFromArtifact ¶
func ParseCoordinate ¶ added in v0.6.0
Types ¶
type MultipleExternalImportsError ¶ added in v0.19.0
MultipleExternalImportsError represents the error when multiple possible external imports are found.
func (*MultipleExternalImportsError) Error ¶ added in v0.19.0
func (e *MultipleExternalImportsError) Error() string
type NoExternalImportsError ¶ added in v0.19.0
type NoExternalImportsError struct {
PackageName string
}
NoExternalImportsError represents the error when no external imports are found.
func (*NoExternalImportsError) Error ¶ added in v0.19.0
func (e *NoExternalImportsError) Error() string
Click to show internal directories.
Click to hide internal directories.