Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultShutdownTimeout = 15 * time.Second
)
Functions ¶
func RegisterConfigurator ¶
func RegisterConfigurator(path string, fn Configurator)
Types ¶
type Configurator ¶
type Configurator func(g lars.IRouteGroup)
type Configurators ¶
type Configurators map[string]Configurator
func (Configurators) Configure ¶
func (c Configurators) Configure(g lars.IRouteGroup)
type Context ¶
func (*Context) HandlePanic ¶
func (*Context) Log ¶
func (c *Context) Log() middleware.Logger
type Globals ¶
type Globals struct {
*pshgo.Environment
}
Click to show internal directories.
Click to hide internal directories.