app

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2026 License: MIT Imports: 6 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
}

func GetInstance

func GetInstance() *App

func (*App) OnPostStop

func (a *App) OnPostStop(fn HookFunc)

OnPostStop registers a function that runs after all services stop. Hooks execute sequentially in registration order.

func (*App) OnPreRun

func (a *App) OnPreRun(fn HookFunc)

OnPreRun registers a function that runs before services start. Hooks execute sequentially in registration order.

func (*App) Run

func (a *App) Run(ctx context.Context) error

func (*App) Stop

func (a *App) Stop(ctx context.Context) error

type HookFunc

type HookFunc func(ctx context.Context)

HookFunc is a callback invoked during the app lifecycle. Hooks receive the app context and can launch goroutines from it.

Jump to

Keyboard shortcuts

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