dependencygraph

package
v2.13.0 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command(fs afero.Fs) (cmd *cobra.Command)

Types

type ExportError

type ExportError struct {

	// Reason is the underlying error that occurred
	Reason error `json:"reason"`
	// ManifestFile the export failed for
	ManifestFile string `json:"manifestFile"`
	// Environment the dependency graph failed to be exported for - omitted if the error is not specific to an environment
	Environment string `json:"environment,omitempty"`
	// Filepath of the file that failed to be created - omitted if the error is not related to a file
	Filepath string `json:"filepath,omitempty"`
	// contains filtered or unexported fields
}

ExportError is returned in case any error occurs while creating a dependency graph file

func (ExportError) Error

func (e ExportError) Error() string

Jump to

Keyboard shortcuts

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