Documentation
¶
Index ¶
- func DoGetHealthClient(name, url string) *health.Client
- func DoGetHealthcheckOk(cfg *config.Config, buildTime, gitCommit, version string) (service.HealthChecker, error)
- func GenerateCookie(name, value, domain, path string, httpOnly bool) *http.Cookie
- func SetCookies(cookies []*http.Cookie) chromedp.Action
- type Chrome
- type Collection
- type Component
- type FakeAPI
- type Header
- type Publisher
- type User
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 GenerateCookie ¶ added in v1.42.0
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
SignedInUser string
// contains filtered or unexported fields
}
func NewFlorenceComponent ¶
func (*Component) DoGetHTTPServer ¶
func (*Component) RegisterSteps ¶
func (c *Component) RegisterSteps(ctx *godog.ScenarioContext)
type FakeAPI ¶ added in v1.91.0
type FakeAPI struct {
// contains filtered or unexported fields
}
func NewFakeAPI ¶ added in v1.91.0
Click to show internal directories.
Click to hide internal directories.