Documentation ¶
Index ¶
- type System
- func (_m *System) CachePath() (string, error)
- func (_m *System) DefaultArguments() []string
- func (_m *System) DefaultTarget() string
- func (_m *System) Detect(context libcnb.DetectContext, result *libcnb.DetectResult) error
- func (_m *System) Distribution(layersPath string) string
- func (_m *System) DistributionLayer(resolver libpak.DependencyResolver, cache libpak.DependencyCache, ...) (libcnb.LayerContributor, error)
- func (_m *System) Participate(resolver libpak.PlanEntryResolver) (bool, error)
- func (_m *System) Wrapper() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type System ¶
System is an autogenerated mock type for the System type
func (*System) DefaultArguments ¶
DefaultArguments provides a mock function with given fields:
func (*System) DefaultTarget ¶
DefaultTarget provides a mock function with given fields:
func (*System) Detect ¶
func (_m *System) Detect(context libcnb.DetectContext, result *libcnb.DetectResult) error
Detect provides a mock function with given fields: context, result
func (*System) Distribution ¶
Distribution provides a mock function with given fields: layersPath
func (*System) DistributionLayer ¶
func (_m *System) DistributionLayer(resolver libpak.DependencyResolver, cache libpak.DependencyCache, plan *libcnb.BuildpackPlan) (libcnb.LayerContributor, error)
DistributionLayer provides a mock function with given fields: resolver, cache, plan
func (*System) Participate ¶
func (_m *System) Participate(resolver libpak.PlanEntryResolver) (bool, error)
Participate provides a mock function with given fields: resolver
Click to show internal directories.
Click to hide internal directories.