bootmanager

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BManager

type BManager interface {
	StartApp()
	RegisterDDataProc(func() *durationdata.DurationData)
	RegisterProc(func())
	RegisterEchoRoutes(func(e *echo.Echo))
	SetAppPort(string)
	SetDriverSQL(string)
	SetConnectionSting(string)
	UseEchoLogger()
	UseEchoRecover()
}

BManager - Generalize a boot manager

func GetBootManager

func GetBootManager() BManager

GetBootManager - Returns the one BManager

Jump to

Keyboard shortcuts

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