Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindingResolver ¶
type BindingResolver struct { ResolveCall struct { CallCount int Receives struct { Typ string Provider string PlatformDir string } Returns struct { BindingSlice []servicebindings.Binding Error error } Stub func(string, string, string) ([]servicebindings.Binding, error) // contains filtered or unexported fields } }
func (*BindingResolver) Resolve ¶
func (f *BindingResolver) Resolve(param1 string, param2 string, param3 string) ([]servicebindings.Binding, error)
type BuildManager ¶
type BuildManager struct { ResolveCall struct { CallCount int Receives struct { WorkingDir string } Returns struct { BuildProcess npminstall.BuildProcess Bool bool Error error } Stub func(string) (npminstall.BuildProcess, bool, error) // contains filtered or unexported fields } }
func (*BuildManager) Resolve ¶
func (f *BuildManager) Resolve(param1 string) (npminstall.BuildProcess, bool, error)
type BuildProcess ¶
type BuildProcess struct { RunCall struct { CallCount int Receives struct { ModulesDir string CacheDir string WorkingDir string NpmrcPath string Launch bool } Returns struct { Error error } Stub func(string, string, string, string, bool) error // contains filtered or unexported fields } ShouldRunCall struct { CallCount int Receives struct { WorkingDir string Metadata map[string]interface { } NpmrcPath string } Returns struct { Run bool Sha string Err error } Stub func(string, map[string]interface { }, string) (bool, string, error) // contains filtered or unexported fields } }
type ConfigurationManager ¶
type ConfigurationManager struct { DeterminePathCall struct { CallCount int Receives struct { Typ string PlatformDir string Entry string } Returns struct { Path string Err error } Stub func(string, string, string) (string, error) // contains filtered or unexported fields } }
func (*ConfigurationManager) DeterminePath ¶
type EntryResolver ¶
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 ¶
func (f *EntryResolver) MergeLayerTypes(param1 string, param2 []packit.BuildpackPlanEntry) (bool, bool)
type EnvironmentConfig ¶
type EnvironmentConfig struct { LookupCall struct { CallCount int Receives struct { Key string } Returns struct { Value string Found bool } Stub func(string) (string, bool) // contains filtered or unexported fields } LookupBoolCall struct { CallCount int Receives struct { Key string } Returns struct { Bool bool Error error } Stub func(string) (bool, error) // contains filtered or unexported fields } }
func (*EnvironmentConfig) LookupBool ¶
func (f *EnvironmentConfig) LookupBool(param1 string) (bool, error)
type Executable ¶
type PruneProcess ¶
type PruneProcess struct { RunCall struct { CallCount int Receives struct { ModulesDir string CacheDir string WorkingDir string NpmrcPath string Launch bool } Returns struct { Error error } Stub func(string, string, string, string, bool) error // contains filtered or unexported fields } ShouldRunCall struct { CallCount int Receives struct { WorkingDir string Metadata map[string]interface { } NpmrcPath string } Returns struct { Run bool Sha string Err error } Stub func(string, map[string]interface { }, string) (bool, string, error) // contains filtered or unexported fields } }
type SBOMGenerator ¶
type Summer ¶
type SymlinkResolver ¶
type SymlinkResolver struct { CopyCall struct { CallCount int Receives struct { LockfilePath string SourceLayerPath string TargetLayerPath string } Returns struct { Error error } Stub func(string, string, string) error // contains filtered or unexported fields } ParseLockfileCall struct { CallCount int Receives struct { LockfilePath string } Returns struct { Lockfile npminstall.Lockfile Error error } Stub func(string) (npminstall.Lockfile, error) // contains filtered or unexported fields } ResolveCall struct { CallCount int Receives struct { LockfilePath string LayerPath string } Returns struct { Error error } Stub func(string, string) error // contains filtered or unexported fields } }
func (*SymlinkResolver) Copy ¶
func (f *SymlinkResolver) Copy(param1 string, param2 string, param3 string) error
func (*SymlinkResolver) ParseLockfile ¶
func (f *SymlinkResolver) ParseLockfile(param1 string) (npminstall.Lockfile, error)
type Symlinker ¶
type Symlinker struct { LinkCall struct { CallCount int Receives struct { Source string Target string } Returns struct { Error error } Stub func(string, string) error // contains filtered or unexported fields } WithPathCall struct { CallCount int Receives struct { Path string } Returns struct { Symlinker npminstall.Symlinker } Stub func(string) npminstall.Symlinker // contains filtered or unexported fields } }
Click to show internal directories.
Click to hide internal directories.