Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Calculator ¶
type EntryResolver ¶ added in v0.1.2
type EntryResolver struct { MergeLayerTypesCall struct { CallCount int Receives struct { String string BuildpackPlanEntrySlice []packit.BuildpackPlanEntry } Returns struct { Launch bool Build bool } Stub func(string, []packit.BuildpackPlanEntry) (bool, bool) // contains filtered or unexported fields } }
func (*EntryResolver) MergeLayerTypes ¶ added in v0.1.6
func (f *EntryResolver) MergeLayerTypes(param1 string, param2 []packit.BuildpackPlanEntry) (bool, bool)
type Executable ¶
type InstallProcess ¶
type InstallProcess struct { ExecuteCall struct { CallCount int Receives struct { WorkingDir string LayerPath string Config map[string]string KeepBuildFiles bool } Returns struct { Error error } Stub func(string, string, map[string]string, bool) error // contains filtered or unexported fields } ShouldRunCall struct { CallCount int Receives struct { Metadata map[string]interface { } WorkingDir string } Returns struct { Should bool Checksum string RubyVersion string Err error } Stub func(map[string]interface { }, string) (bool, string, string, error) // contains filtered or unexported fields } }
type SBOMGenerator ¶ added in v0.5.0
type VersionParser ¶
type VersionParser struct { ParseVersionCall struct { CallCount int Receives struct { Path string } Returns struct { Version string Err error } Stub func(string) (string, error) // contains filtered or unexported fields } }
func (*VersionParser) ParseVersion ¶
func (f *VersionParser) ParseVersion(param1 string) (string, error)
type VersionResolver ¶ added in v0.1.6
type VersionResolver struct { CompareMajorMinorCall struct { CallCount int Receives struct { Left string Right string } Returns struct { Bool bool Error error } Stub func(string, string) (bool, error) // contains filtered or unexported fields } LookupCall struct { CallCount int Returns struct { Version string Err error } Stub func() (string, error) // contains filtered or unexported fields } }
func (*VersionResolver) CompareMajorMinor ¶ added in v0.1.6
func (f *VersionResolver) CompareMajorMinor(param1 string, param2 string) (bool, error)
func (*VersionResolver) Lookup ¶ added in v0.1.6
func (f *VersionResolver) Lookup() (string, error)
Click to show internal directories.
Click to hide internal directories.