Documentation ¶
Index ¶
- Variables
- func EnableComponents(srv *server.Server, components ...server.Component) (err error)
- func EnableMonitors(srv *server.Server) (err error)
- func EnableStatic(srv *server.Server, assetFile func() http.FileSystem) (err error)
- func Healthy(ctx iris.Context)
- func Ready(ctx iris.Context)
- func Router(app *iris.Application)
- func Server(conf server.Config) (srv *server.Server, err error)
- func Start(ctx context.Context, srv *server.Server) (err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var LivenessHandler func() int
View Source
var MonitorPrefix = "/m"
View Source
var ReadinessHandler func() int
Functions ¶
func EnableComponents ¶ added in v1.0.2
func EnableMonitors ¶ added in v1.6.4
func EnableStatic ¶ added in v1.0.2
func EnableStatic(srv *server.Server, assetFile func() http.FileSystem) (err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.