bootstrap

package
v0.0.0-...-099a909 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2019 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// StaticAssets is the root directory for public assets like images, css, js.
	StaticAssets = "./public/"
	// Favicon is the relative 9to the "StaticAssets") favicon path for our app.
	Favicon = "favicon.ico"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Bootstrapper

type Bootstrapper struct {
	*iris.Application
	AppName      string
	AppOwner     string
	AppSpawnDate time.Time
	Sessions     *sessions.Sessions
}

func NewApp

func NewApp(appName, appOwner string, cfgs ...Configurator) *Bootstrapper

func (*Bootstrapper) Bootstrap

func (b *Bootstrapper) Bootstrap() *Bootstrapper

func (*Bootstrapper) Configure

func (b *Bootstrapper) Configure(cs ...Configurator)

func (*Bootstrapper) Listen

func (b *Bootstrapper) Listen(addr string, cfgs ...iris.Configurator)

func (*Bootstrapper) SetupErrorHandlers

func (b *Bootstrapper) SetupErrorHandlers()

func (*Bootstrapper) SetupSessions

func (b *Bootstrapper) SetupSessions(expires time.Duration, cookieHashKey, cookieBlockKey []byte)

func (*Bootstrapper) SetupViews

func (b *Bootstrapper) SetupViews(viewsDir string)

type Configurator

type Configurator func(bootstrapper *Bootstrapper)

Jump to

Keyboard shortcuts

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