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 // contains filtered or unexported fields }
func App ¶
func App() Bootstrapper
func Application ¶
func Application(app *iris.Application) *Bootstrapper
func (*Bootstrapper) Run ¶
func (b *Bootstrapper) Run(withOrWithout ...iris.Configurator) error
func (*Bootstrapper) SetupUp ¶
func (b *Bootstrapper) SetupUp(cfgs ...iris.Configurator)
Click to show internal directories.
Click to hide internal directories.