Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CoreComponentFactory = &ComponentFactory{ Services: Services, Middleware: Middleware, Endpoints: Endpoints, }
View Source
var Endpoints = endpoint.Factory{ healthcheckendp.Name: healthcheckendp.New, }
View Source
var Middleware = middleware.Factory{ stats.Name: stats.New, validate.Name: validate.New, }
View Source
var Services = service.Factory{}
Functions ¶
func Run ¶
func Run(f *Flags, cf *ComponentFactory, assets http.FileSystem)
func RunWithConfig ¶
func RunWithConfig(f *Flags, cfg *gatewayv1.Config, cf *ComponentFactory, assets http.FileSystem)
Types ¶
type ComponentFactory ¶
Click to show internal directories.
Click to hide internal directories.