core

package
v1.2.1-0...-60470b3 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2023 License: MIT Imports: 2 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 CreateApp

func CreateApp(modules []Module) (a *App)

func (*App) AwaitExit

func (a *App) AwaitExit()

func (*App) Close

func (a *App) Close()

func (*App) Start

func (a *App) Start()

type Module

type Module struct {
	Name       string
	OnInit     func()
	OnBoot     func()
	OnDestroy  func()
	OnShutdown func()
}

Jump to

Keyboard shortcuts

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