Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executable ¶
type Runner ¶
type Runner struct { ExecuteCall struct { CallCount int Receives struct { CondaEnvPath string CondaCachePath string WorkingDir string } Returns struct { Error error } Stub func(string, string, string) error // contains filtered or unexported fields } ShouldRunCall struct { CallCount int Receives struct { WorkingDir string Metadata map[string]interface { } } Returns struct { Bool bool String string Error error } Stub func(string, map[string]interface { }) (bool, string, error) // contains filtered or unexported fields } }
type SBOMGenerator ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.