Documentation ¶
Index ¶
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
Types ¶
type Collection ¶
type Collection struct { componenttest.ErrorFeature // contains filtered or unexported fields }
func NewCollectionAction ¶
func NewCollectionAction(f *FakeApi, c context.Context) *Collection
type Component ¶
type Component struct { componenttest.ErrorFeature HTTPServer *http.Server FakeApi *FakeApi LoggedInUser string // contains filtered or unexported fields }
func NewFlorenceComponent ¶
func (*Component) DoGetHTTPServer ¶
func (*Component) RegisterSteps ¶
func (c *Component) RegisterSteps(ctx *godog.ScenarioContext)
Click to show internal directories.
Click to hide internal directories.