Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildPlanRefinery ¶
type BuildPlanRefinery struct { BillOfMaterialCall struct { sync.Mutex CallCount int Receives struct { Dependency postal.Dependency } Returns struct { BuildpackPlanEntry packit.BuildpackPlanEntry } Stub func(postal.Dependency) packit.BuildpackPlanEntry } }
func (*BuildPlanRefinery) BillOfMaterial ¶
func (f *BuildPlanRefinery) BillOfMaterial(param1 postal.Dependency) packit.BuildpackPlanEntry
type BuildpackYMLParser ¶
type DependencyManager ¶
type DependencyManager struct { InstallCall struct { sync.Mutex CallCount int Receives struct { Dependency postal.Dependency CnbPath string LayerPath string } Returns struct { Error error } Stub func(postal.Dependency, string, string) error } ResolveCall struct { sync.Mutex CallCount int Receives struct { Path string Id string Version string Stack string } Returns struct { Dependency postal.Dependency Error error } Stub func(string, string, string, string) (postal.Dependency, error) } }
func (*DependencyManager) Install ¶
func (f *DependencyManager) Install(param1 postal.Dependency, param2 string, param3 string) error
func (*DependencyManager) Resolve ¶
func (f *DependencyManager) Resolve(param1 string, param2 string, param3 string, param4 string) (postal.Dependency, error)
type DependencyMapper ¶
type DependencyMapper struct { FindCorrespondingVersionCall struct { sync.Mutex CallCount int Receives struct { Path string VersionKey string } Returns struct { String string Error error } Stub func(string, string) (string, error) } }
func (*DependencyMapper) FindCorrespondingVersion ¶
func (f *DependencyMapper) FindCorrespondingVersion(param1 string, param2 string) (string, error)
type DotnetSymlinker ¶
type EntryResolver ¶
type EntryResolver struct { ResolveCall struct { sync.Mutex CallCount int Receives struct { Entries []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
Click to show internal directories.
Click to hide internal directories.