Documentation ¶
Overview ¶
bootstrap package contains logic for agent initialization
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 the implementation for initializing the system for core agent
type IBootstrap ¶
type IBootstrap interface {
Init() (context.ICoreAgentContext, error)
}
IBootstrap is the interface for initializing the system for core agent
func NewBootstrap ¶
func NewBootstrap(log log.T, fileSystem filesystem.IFileSystem) IBootstrap
NewBootstrap returns a new instance for bootstrap
Click to show internal directories.
Click to hide internal directories.