Documentation
¶
Index ¶
- func NewCmdAnalyzeImports(parent string, out, errout io.Writer) *cobra.Command
- func NewCmdDepCheck(name string, out, errout io.Writer) *cobra.Command
- func NewCmdPinImports(parent string, out, errout io.Writer) *cobra.Command
- func NewCmdTraceImports(parent string, out, errout io.Writer) *cobra.Command
- type AnalyzeFlags
- type AnalyzeOptions
- type PinImportsFlags
- type PinImportsOpts
- type TraceFlags
- type TraceOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdAnalyzeImports ¶
func NewCmdAnalyzeImports(parent string, out, errout io.Writer) *cobra.Command
func NewCmdDepCheck ¶
func NewCmdDepCheck(name string, out, errout io.Writer) *cobra.Command
func NewCmdPinImports ¶
func NewCmdPinImports(parent string, out, errout io.Writer) *cobra.Command
func NewCmdTraceImports ¶
func NewCmdTraceImports(parent string, out, errout io.Writer) *cobra.Command
Types ¶
type AnalyzeFlags ¶
type AnalyzeFlags struct {
GraphFlags *graph.GraphFlags
Dependencies []string
}
type AnalyzeOptions ¶
type AnalyzeOptions struct {
GraphOptions *graph.GraphOptions
// Packages to analyze
Dependencies []string
Out io.Writer
ErrOut io.Writer
}
type PinImportsFlags ¶
type PinImportsFlags struct {
LockFileName string
YamlFileName string
}
type PinImportsOpts ¶
type PinImportsOpts struct {
LockFile *glide.LockFile
YamlFile *glide.YamlFile
ExistingGlideYamlContent []byte
Out io.Writer
ErrOut io.Writer
}
type TraceFlags ¶
type TraceFlags struct {
GraphFlags *depgraph.GraphFlags
OutputFormat string
}
type TraceOptions ¶
type TraceOptions struct {
GraphOptions *depgraph.GraphOptions
OutputFormat string
Out io.Writer
ErrOut io.Writer
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.