Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Application ¶
type Application interface {
InstallGorm(f func() (db *gorm.DB))
InstallRedis(f func() (client redis.Cmdable))
InstallMiddleware(handler iris.Handler)
InstallParty(relativePath string)
CreateH2CRunner(addr string) iris.Runner
Iris() *iris.Application
Logger() *golog.Logger
Run(serve iris.Runner, c iris.Configuration)
}
Application .
Directories
¶
| Path | Synopsis |
|---|---|
|
example
|
|
|
base/server
command
|
|
|
event-example/server
command
|
|
|
http2/server
command
|
|
|
infra-example/server
command
|
|
|
infra
|
|
Click to show internal directories.
Click to hide internal directories.