Documentation
¶
Index ¶
Constants ¶
View Source
const ( StaticAssets = "./public" Favicon = "favicon.ico" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bootstrapper ¶
func New ¶
func New(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) SetupViews ¶
func (b *Bootstrapper) SetupViews(viewDir string)
type Configurator ¶
type Configurator func(bootstrapper *bootstrap.Bootstrapper)
Click to show internal directories.
Click to hide internal directories.