Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bootstrapper ¶
type Bootstrapper struct { *iris.Application AppName string }
func New ¶
func New(appName string, cfgs ...Configurator) *Bootstrapper
func (*Bootstrapper) Configure ¶
func (b *Bootstrapper) Configure(cs ...Configurator)
func (*Bootstrapper) Listen ¶
func (b *Bootstrapper) Listen(addr string, cfgs ...iris.Configurator)
func (*Bootstrapper) SetupViews ¶
func (b *Bootstrapper) SetupViews(viewDir string)
type Configurator ¶
type Configurator func(*Bootstrapper)
Click to show internal directories.
Click to hide internal directories.