app

package
v1.17.13 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2024 License: Apache-2.0 Imports: 9 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 service

func New

func New(service factory.ServiceFactory, opts ...Option) *App

New init new service app

func (*App) Run

func (a *App) Run()

Run start app

func (*App) Shutdown added in v1.17.10

func (a *App) Shutdown()

Shutdown for manual trigger for shutdown

type Option added in v1.17.10

type Option func(*App)

Option app option

func SetAfterShutdown added in v1.17.12

func SetAfterShutdown(do func()) Option

SetAfterShutdown set do after shutdown

func SetQuitSignalTrigger added in v1.17.10

func SetQuitSignalTrigger(quitSignalTriggers []os.Signal) Option

SetQuitSignalTrigger option

func SetShutdownTimeout added in v1.17.10

func SetShutdownTimeout(shutdownTimeout time.Duration) Option

SetShutdownTimeout set timeout for graceful shutdown

Jump to

Keyboard shortcuts

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