bootstrap

package
v0.0.0-...-0117b6e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 9 Imported by: 1

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

func (*Bootstrap) Init

func (bs *Bootstrap) Init() (context.ICoreAgentContext, error)

Init initialize 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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL