app

package
v0.0.0-...-360ba47 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2026 License: GPL-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	// contains filtered or unexported fields
}

App represents the main application

func Bootstrap

func Bootstrap(cfg *config.Config) (*App, error)

Bootstrap initializes and returns a configured App

func (*App) Close

func (a *App) Close() error

Close cleans up app resources

func (*App) GetConfig

func (a *App) GetConfig() *config.Config

GetConfig returns the app's configuration

func (*App) GetExecutor

func (a *App) GetExecutor() *evaluator.Executor

GetExecutor returns the app's executor

func (*App) GetSearchConfig

func (a *App) GetSearchConfig() *search.SearchConfig

GetSearchConfig returns the app's search configuration

func (*App) GetSession

func (a *App) GetSession() *session.Session

GetSession returns the app's session

func (*App) Run

func (a *App) Run() error

Run executes the application based on configuration

Jump to

Keyboard shortcuts

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