Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildProcess ¶
type BuildProcess struct { ExecuteCall struct { sync.Mutex CallCount int Receives struct { WorkingDir string } Returns struct { Error error } Stub func(string) error } }
func (*BuildProcess) Execute ¶
func (f *BuildProcess) Execute(param1 string) error
type Calculator ¶
type EntryResolver ¶
type EntryResolver struct { ResolveCall struct { sync.Mutex CallCount int Receives struct { BuildpackPlanEntrySlice []packit.BuildpackPlanEntry } Returns struct { BuildpackPlanEntry packit.BuildpackPlanEntry } Stub func([]packit.BuildpackPlanEntry) packit.BuildpackPlanEntry } }
func (*EntryResolver) Resolve ¶
func (f *EntryResolver) Resolve(param1 []packit.BuildpackPlanEntry) packit.BuildpackPlanEntry
type EnvironmentSetup ¶
type EnvironmentSetup struct { LinkCall struct { sync.Mutex CallCount int Receives struct { LayerPath string WorkingDir string } Returns struct { Error error } Stub func(string, string) error } ResetLayerCall struct { sync.Mutex CallCount int Receives struct { LayerPath string } Returns struct { Error error } Stub func(string) error } ResetLocalCall struct { sync.Mutex CallCount int Receives struct { WorkingDir string } Returns struct { Error error } Stub func(string) error } }
func (*EnvironmentSetup) ResetLayer ¶
func (f *EnvironmentSetup) ResetLayer(param1 string) error
func (*EnvironmentSetup) ResetLocal ¶
func (f *EnvironmentSetup) ResetLocal(param1 string) error
Click to show internal directories.
Click to hide internal directories.