Documentation ¶
Index ¶
Constants ¶
View Source
const ( // NoOpNoneBootstrapperName is the name of the noOpNoneBootstrapper NoOpNoneBootstrapperName = "noop-none" // NoOpAllBootstrapperName is the name of the noOpAllBootstrapperProvider NoOpAllBootstrapperName = "noop-all" )
Variables ¶
This section is empty.
Functions ¶
func NewBaseBootstrapper ¶
func NewBaseBootstrapper( name string, src bootstrap.Source, opts result.Options, next bootstrap.Bootstrapper, ) (bootstrap.Bootstrapper, error)
NewBaseBootstrapper creates a new base bootstrapper.
func NewNoOpAllBootstrapperProvider ¶
func NewNoOpAllBootstrapperProvider() bootstrap.BootstrapperProvider
NewNoOpAllBootstrapperProvider creates a new noOpAllBootstrapperProvider.
func NewNoOpNoneBootstrapperProvider ¶
func NewNoOpNoneBootstrapperProvider() bootstrap.BootstrapperProvider
NewNoOpNoneBootstrapperProvider creates a new noOpNoneBootstrapper.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.