Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bootstrap ¶
type Bootstrap struct {
// contains filtered or unexported fields
}
Bootstrap is to implement BootstrapHandler
func NewInitialization ¶
func NewInitialization() *Bootstrap
NewInitialization is to instantiate a Bootstrap instance
func (*Bootstrap) BootstrapHandler ¶
func (b *Bootstrap) BootstrapHandler(ctx context.Context, wg *sync.WaitGroup, _ startup.Timer, dic *di.Container) bool
BootstrapHandler fulfills the BootstrapHandler contract and performs initialization needed for security bootstrapper's command arguments
func (*Bootstrap) GetExitStatusCode ¶
GetExitStatusCode returns security bootstrapper's exit code
Click to show internal directories.
Click to hide internal directories.