ruby

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2022 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dependency

type Dependency struct {
	Name    string `json:"name"`
	Version string `json:"version"`
}

types for parsing output of gem dependencies script

type GemDependencies

type GemDependencies struct {
	Directs        []string              `json:"directDependencies"`
	DepsToChildren map[string][]string   `json:"depsToChildren"`
	Dependencies   map[string]Dependency `json:"dependencies"`
}

types for parsing output of gem dependencies script

type Surgeon

type Surgeon struct {
	// contains filtered or unexported fields
}

func NewSurgeon

func NewSurgeon(logger logr.Logger, commander exec.Commander) *Surgeon

func (Surgeon) Operate

func (s Surgeon) Operate(paths []string) ([]records.OperationResult, error)

func (Surgeon) Validate

func (s Surgeon) Validate(_ []string) error

Jump to

Keyboard shortcuts

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