stack

package
v0.0.0-...-f0ae74a Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2024 License: AGPL-3.0 Imports: 16 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options int

Options can be used to give options when starting the stack.

const (
	// NoGops option can be used to disable gops support
	NoGops Options = iota + 1
	// NoDynAssets option can be used to initialize the dynamic assets
	NoDynAssets
)

type Services

type Services struct {
	Emailer  emailer.Emailer
	Settings settings.Service
}

func Start

func Start(opts ...Options) (utils.Shutdowner, *Services, error)

Start is used to initialize all the

Jump to

Keyboard shortcuts

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