Documentation ¶
Index ¶
- func DoGetHealthClient(name, url string) *health.Client
- func DoGetHealthcheckOk(cfg *config.Config, buildTime, gitCommit, version string) (service.HealthChecker, error)
- func DoGetInteractivesAPIClientFunc(apiRouter *health.Client) (routes.InteractivesAPIClient, error)
- func DoGetStorageProvider(_ *config.Config, _ storage.DownloadServiceAPIClient) (storage.Provider, error)
- type Chrome
- type Component
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DoGetHealthClient ¶
GetHealthClient returns a healthclient for the provided URL
func DoGetHealthcheckOk ¶
func DoGetHealthcheckOk(cfg *config.Config, buildTime, gitCommit, version string) (service.HealthChecker, error)
DoGetHealthCheck creates a healthcheck with versionInfo
func DoGetInteractivesAPIClientFunc ¶
func DoGetInteractivesAPIClientFunc(apiRouter *health.Client) (routes.InteractivesAPIClient, error)
func DoGetStorageProvider ¶
Types ¶
type Component ¶
type Component struct { componenttest.ErrorFeature HTTPServer *http.Server // contains filtered or unexported fields }
func NewComponent ¶
func (*Component) DoGetHTTPServer ¶
func (*Component) RegisterSteps ¶
func (c *Component) RegisterSteps(ctx *godog.ScenarioContext)
Click to show internal directories.
Click to hide internal directories.