Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executable ¶
type Planner ¶
type Planner struct { MergeLayerTypesCall struct { sync.Mutex CallCount int Receives struct { String string BuildpackPlanEntrySlice []packit.BuildpackPlanEntry } Returns struct { Launch bool Build bool } Stub func(string, []packit.BuildpackPlanEntry) (bool, bool) } }
func (*Planner) MergeLayerTypes ¶
type Runner ¶
type Runner struct { ExecuteCall struct { sync.Mutex CallCount int Receives struct { CondaEnvPath string CondaCachePath string WorkingDir string } Returns struct { Error error } Stub func(string, string, string) error } ShouldRunCall struct { sync.Mutex 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) } }
Click to show internal directories.
Click to hide internal directories.